본문 바로가기

Android 안드로이드

[안드로이드/Android] Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant: debug 에러 해결

 

 

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

 

이 에러가 발생해서 빌드가 안되는 경우가 있다.

 

 

해결방법

1. Build -> Clean project

 

 

 

2. Build -> Rebuild project

 

 

를 해주고 안될 경우

 

3. File -> Invalidate Caches / Restart -> Invalidate and restart

 

 

를 해주면 된다.


https://stackoverflow.com/questions/56440572/how-to-fix-unable-to-determine-application-id-com-android-tools-idea-run-apkpr

 

 

 

출처 : https://na0-0.tistory.com/33