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

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

    I have tried all the things like

    • Delete folders app/apks and app//build/outputs/apk previously
    • SyncGradle and Rebuild Project
    • lintOptions { abortOnError false }

    but got issue resolved by Clicking on Build>Build APK

提交回复
热议问题