본문 바로가기
Android

Found duplicate file for APK: AndroidManifest.xml 문제 해결 방법

by CodeDiver 2014. 4. 21.


[Android/안드로이드] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml 문제 해결 방법.


error generating final archive: Found duplicate file for APK: AndroidManifest.xml"  라는 error message 가 발생했을 때 고치는 방법에 대해 알아보겠습니다.


원인

대부분 include 하는 jar 파일에 AndroidManifest.xml 이 들어있는 경우에 이런 현상이 발생합니다.



해결 방법

jar 를 export 할 떄 AndroidManifest.xml 을 포함하지 않도록 합니다.