The APK file does not exist on disk

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:)

《The APK file does not exist on disk》 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

    原文作者:UNCLE_CHUCK
    原文地址: https://www.jianshu.com/p/c2e5dcef9477
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞