• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by RavindraG · Jul 14, 2015 at 04:06 PM · androidunity 5android-manifestnative

Android Native Plugin Not Working

Hey when i am trying to implement Android Native Plugin as well as Heyzap Ads sdk it gives following error

CommandInvokationFailure: Unable to merge android manifests. See the Console for more details. C:\Program Files\Java\jdk1.8.0_25\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="F:/Downloads/android-sdk-windows\tools" -Dfile.encoding=UTF8 -jar "C:/Program Files/Unity/Editor/Data/BuildTargetTools/AndroidPlayer\sdktools.jar" -

stderr[ Error: [Temp\StagingArea\AndroidManifest-main.xml:8, E:\ABNEW1\Temp\StagingArea\android-libraries\google-play-services_lib\AndroidManifest.xml:5] Trying to merge incompatible /manifest/application/meta-data[@name=com.google.android.gms.version] element:

] stdout[

] UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) UnityEditor.Android.AndroidSDKTools.RunCommand (System.String javaExe, System.String sdkToolsDir, System.String[] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) UnityEditor.HostView:OnGUI()

Please Help

Thanks in Advance

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by InfiniBuzz · Jul 14, 2015 at 04:14 PM

Hi

It means that you have multiple AndroidManifest.xml files containing different information. For example a different minSdkVersion. To solve this search your project directory (Assets folder) for the AndroidManifest.xml in your system explorer. You most likely will find multiple files. Open them and check their differences in the version properties such as minSdkVersion, maxSdkVersion, targetSdkVersion and make sure they are the same (all minSdk have to be the same, but minSdkVersion does not equal targetSdkVersion and so on of course).

Hope this helps

Example

 File1: minSdkVersion = "9", targetSdkVersion = "18"
 File2: minSdkVersion = "6", targetSdkVersion = "18"
 
 Solution1
 File1: minSdkVersion = "9", targetSdkVersion = "18"
 File2: minSdkVersion = "9", targetSdkVersion = "18"

 Solution2
 File1: minSdkVersion = "6", targetSdkVersion = "18"
 File2: minSdkVersion = "6", targetSdkVersion = "18"








Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Android OpenGL error in Unity 5 but not in Unity 4.6 0 Answers

Error occurs when trying to override AndroidManifest file in unity? 0 Answers

Normal map is not working with Unity 5 when Low-level Native Plugin Interface is used 0 Answers

How to add android 6.0 permission explanation 0 Answers

Error: NDK 14.0.3770861 is incompatible with IL2CPP & IL2CPP requires r 10e (64-bit) 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges