🎮
Solved "Unable to determine application id com.android.tools.idea.run.ApkProvisionException"
August 08, 2021
While I was working on developing for android toy project, I didn’t deploy my apk file to my test phone
It showed an error meesage like this
“Unable to determine application id com.android.tools.idea.run.ApkProvisionException”
So I tried to do below steps from stack over flow
it worked well!!
First
Clean your project
Build -> Clean project
Second
Build -> Rebuild project
Third
File -> Invalidate Caches / Restart -> Invalidate and restart