EmptyThrowable: The APK file *.apk does not exist on disk

前端 未结 7 1439
忘掉有多难
忘掉有多难 2020-12-05 17:28

This is an Android application using gradle. After clicking Run, I found APP_V1.3.4_2016-02-22_11:30:29_google_pl

相关标签:
7条回答
  • 2020-12-05 17:52

    In my case the problem was that the name of the apk to be installed was cached, so everytime I tried running the app, an apk with today's date was generated but when installing, Android Studio looked for an apk file with an old name. The solution was to click Sync Gradle and then Build > Rebuild Project. You may also want to delete folders app/apks and app//build/outputs/apk previously.

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