android studio build error debug-unaligned.apk path not found

前端 未结 1 1566
悲&欢浪女
悲&欢浪女 2021-01-20 04:12

Last night I updated my android studio to 0.5.3 and since than i am getting this error message whenever I am trying to generate a signed-apk. It does not occur when I am jus

相关标签:
1条回答
  • 2021-01-20 05:08

    In 0.5.3, we tried to speed up the build process by not having it do a full build to an APK except when it needs to, but we missed some cases where it needs to.

    You can follow progress in https://code.google.com/p/android/issues/detail?id=67948 but in the meantime you can work around it by running the assembleRelease task, either from the command line or from the Gradle tasks view:

    Gradle tasks view showing assembleRelease task

    0 讨论(0)
提交回复
热议问题