Hey!
When adding a custom AndroidManifest in /plugins/android the app wont show up or run after install, it’s still displayed in settings/apps.
This started happening after installing 2019.3, I now get same result with 2019.2.14 which is strange.
Tried on another device + creating apk from my other computer same result.
/T
Turns out the format on my manifest was wrong, here’s a working example manifest:
<?xml version="1.0" encoding="utf-8"?>
<application
android:theme=" @ /UnityThemeSelector"
android:icon=“@drawable/app_icon”
android:label=" @anon_76954444 /app_name"
android:debuggable=“false”
android:isGame=“true”
tools:replace=“android:theme”
1 Like
Have you find a solution ? I have the same problem.