- Home /
How can I replace correctly the main activity on the Android Manifest?
I made an Android plugin that extends UnityPlayerActivity. On my default manifest, the main activity is UnityPlayerNativeActivity. Should I extend UnityPlayerNativeActivity instead of UnityPlayerActivity? I replaced the activity name in the manifest with my own (com.demilp.fullscreen.FullScreen), but as soon as I deployed the app, it crashes. Should I also export in the .jar the classes.jar?
Comment