I’m trying to build a simple vr application onto a samsung s7 edge, using unity 5.6.1f1.
When I build, I get the error message “unable to merge android manifests. See the console for more details”.
It seems to be a slightly different error from others who have this problem, here are the two clues I get from the console:
C:\Users
\Documents\VRtest3\Temp\StagingArea\AndroidManifest-main.xml:4:125-150 Error:
Attribute application@debuggable value=(true) from AndroidManifest-main.xml:4:125-150
is also present at AndroidManifest.xml:3:148-174 value=(false).
Suggestion: add 'tools:replace="android:debuggable"' to <application> element at AndroidManifest-main.xml:4:3-12:17 to override.
C:\Users
\Documents\VRtest3\Temp\StagingArea\AndroidManifest-main.xml:4:16-57 Error:
Attribute application@theme value=(@style/UnityThemeSelector) from AndroidManifest-main.xml:4:16-57 is also present at AndroidManifest.xml:3:83-147 value=(@android:style/Theme.Black.NoTitleBar.Fullscreen).
Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest-main.xml:4:3-12:17 to override.
Thanks in advance for any info on the easiest way to solve this.
*Edit - I found a way to change the AndroidManifest.xml to solve these two errors, but I then recieve an error that “Theme.Black.NoTitleBar” cannot be found… perhaps I just don’t have the correct version of the sdk/ndk/unity installed?