I wrote an Android plugin. Since I have to ask for GPS permissions I exported the AndroidManifest.xml file from exporting the project as and Android project. I then fixed the naming issues so that it will run (the package name and activity name needs to match Unity's internal naming).
Now the problem is that the app icon is blank when the app is on my android device. I didn't change that part. It still says android:icon="@drawable/app_icon"
I am assuming that something needs to change in relation to this for it to work when I am not building in the Android SDK. I just have the manifest file in my plugins/android folder.
Can someone help me please?
↧