- Home /
Question by
Shigidy · Oct 28, 2014 at 07:46 AM ·
unity 4.6build settings
Build Settings Error
'm finishing an app and on the build settings it give me this error.
Error building Player: CommandInvokationFailure: Unable to merge android manifests. See the Console for more details.
C:\Program Files (x86)\Java\jdk1.8.0_05\bin\java.exe -Xmx1024M -Dcom.android.sdkmanager.toolsdir="C:/Program Files (x86)/sdk\tools" -Dfile.encoding=UTF8 -jar "C:/Program Files (x86)/Unity/Editor/Data/BuildTargetTools/AndroidPlayer\sdktools.jar" -
stderr[
]
stdout[
Warning: [AndroidManifest-main.xml:25, AndroidManifest.xml:3] Main manifest has <uses-sdk android:targetSdkVersion='18'> but library uses targetSdkVersion='19'
]
Comment
Be sure $$anonymous$$ sdk version and sdk targets are the same in all Android$$anonymous$$anifest files in your project.
Okay thanks for the quick response. Could you explain how I could fix this. Sorry about the newbie question.
Your answer

Follow this Question
Related Questions
DEVELOPMENT_BUILD define never set 4 Answers
Error Building Web Player 4 Answers
Why such a big FPS difference? 1 Answer
Actively Maintained C# Framework for XCodeProj Modifications 1 Answer
Add scenes to build through script? 3 Answers