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

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

    In my case it was a problem for the android plugin version. i changed it from File->Project Structure->Project and changed the Android Plugin Version to any previous version. it may be any version of Android Studio. Basically Android Plugin Version is the version of your Android Studio Software version. It's not mandatory to keep the android plugin version same as android studio software version. you can give it any previous version of android studio you have installed.

提交回复
热议问题