Quantcast
Channel: Questions in topic: "manifest"
Viewing all articles
Browse latest Browse all 330

How can I replace correctly the main activity on the Android Manifest?

$
0
0
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?

Viewing all articles
Browse latest Browse all 330

Trending Articles