Unity: Unabe to merge Android Manifests

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Unity: Unabe to merge Android Manifests



I am trying to make Android game using Unity. where I m using two modules which will use Plugin/Android feature 1. sqlite.so 2. SimpleNotification.aar
It's giving me error :



TempStagingAreaAndroidManifest-main.xml:4:58-89 Error:
Attribute application@icon value=(@mipmap/app_icon) from AndroidManifest-main.xml:4:58-89
is also present at AndroidManifest.xml:10:3-36 value=(@drawable/app_icon).
Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest-main.xml:4:3-12:17 to override.



After searching net for many hours, tried many things:
1. tools:replace="android:icon” in
2. xmlns:tools=http://schemas.android.com/tools in
3. targetSdkVersion set in player Settings



enter image description here
But I have few queries like
1. How to know min/target Android API level for my libraries like .aar file or .so file which I m using
2. I have no Android Manifest file in my Plugin/Android folder.
Manifest file is generated in Temp/Staging Area [as can be sessn in error]



Even I copied AndroidManifest file from Temp to Plugin/Android folder and does above changes like tools:replace="android:icon” but still getting same error.









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

VK3RTjVZ0MYtA8mFMA 4
4mTV5ChkerS,Ffj,FI4QtDk62MJxKZP7n3xvhhHsMHDVlxH3jth wVJyan7dhv3aORxnmyGBYU,jtB8PIxQH,oc,p jK7F,32wlomHg,kvO

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham