Unity: Unabe to merge Android Manifests
Clash 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...