美文网首页Android Studio
The APK file does not exist on d

The APK file does not exist on d

作者: UNCLE_CHUCK | 来源:发表于2018-02-13 15:01 被阅读0次

Sometimes we get this "The APK file does not exist on disk" when we run our app using Android Studio.

For me, that is because I change AS default build apk name as customized like "project_v1.1.1_2018-02-13.apk", but AS will still try to find the previous default name "app-debug.apk".

Solution: Refresh Gradle projects will fix this problem:)

image.png

Of cource if my approach doesn't fix your problem, maybe this link could help you more.
https://stackoverflow.com/questions/34039834/the-apk-file-does-not-exist-on-disk

相关文章

网友评论

    本文标题:The APK file does not exist on d

    本文链接:https://www.haomeiwen.com/subject/zsvjtftx.html