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

前端 未结 7 1450
忘掉有多难
忘掉有多难 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:47

    This happened on me because I removed all the "Extras" tools under "Standalone SDK Manager" and re-download the necessary tools only. *I'm not sure is this related to the problem or not.

    Anyway I tried both Sync Gradle and Rebuild Project doesn't solve the problems.

    EmptyThrowable: The APK file D:\...\outputs\apk\app-debug.apk does not exist on disk.

    I solved it by clicked:

    Build > Build APK

    Working solution for me.

提交回复
热议问题