ApkProvisionException after upgrading to android studio 3.6

霸气de小男生 提交于 2020-03-17 09:48:29

问题


Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant: debug

There is an application id in my build.gradle file too, but still I am getting this error. Is there any way to get rid of this.


回答1:


I have the same issue with the latest version of Android Studio (3.6). I checked and apk is indeed created in app/build/outputs/apk/ folder of my project and I guess for now you can just drag'n'drop apk from folder to emulator.



来源:https://stackoverflow.com/questions/60417572/apkprovisionexception-after-upgrading-to-android-studio-3-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!