Solution 1 :
Did you try “invalite caches/restart”?
Problem :
Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant: debug.
I am trying to run this project: https://github.com/MKergall/osmbonuspack
Comments
Comment posted by A Farmanbar
put both app:build.gradle and module:build.gradle here
Comment posted by Black4Guy
I am trying to run above project. Thanks
Comment posted by Marcin Orlowski
The link may be gone tomorrow. Please add relevant code/files to your question.
Comment posted by Black4Guy
The code was working fine with android studio 3.5 but once i upgrade android studio to 3.6. Then this problem arrived. Thanks
Comment posted by Draško
I know, the same thing happened to me. As I said in previous comment, when you try to run, apk gets built, but it won’t install on the device/emulator. You must manually install it. On the other hand, running my other project worked smoothly. If you find something, please, post solution here.