Apkprovisionexception After Upgrading To Android Studio 3.6
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.grad
Solution 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.
Post a Comment for "Apkprovisionexception After Upgrading To Android Studio 3.6"