[펌] Error building Player: CommandInvokationFailure: Unable to merge android manifests. See the Console for more details 출처: http://jaehogame.tistory.com/entry/유니티-Error-building-Player-CommandInvokationFailure-Unable-to-merge-and..
Unity3D/Trouble Shooting / 2018. 5. 18. 14:56
유니티에서 안드로이드 빌드 할려고 할 때
Error building Player: CommandInvokationFailure: Unable to merge android manifests. See the Console for more details
이런 에러가 뜨면서 안되는 경우 안에 내용을 살펴 보면
Main manifest has <uses-sdk android:targetSdkVersion='21'>but library uses targetSdkVersion='23' 이런 내용이 있다
무슨 뜻 이냐면 자신의 컴에 깔린 안드로이드 sdk 최신 버전은 21인데 프로젝트안에 어떤 플로그인에서 안드로이드 타겟버전을 23을 셋팅 되어서 빌드를 못한다는 뜻임.
그냥 안드로이드sdk버전업만 시키면 빌드가 다시 잘된다.!!
출처: http://jaehogame.tistory.com/entry/유니티-Error-building-Player-CommandInvokationFailure-Unable-to-merge-android-manifests-See-the-Console-for-more-details [재호와 함께하는 게임프로그래밍~~ㅋㅋ]
반응형