I would like to add android native UI into Unity and needed to integrate Unity with Eclipse, however, while searching the web, the link to unity document about the integration has been broken.
I just use the Temp/StagingArea to create a Android project with existing code. The first problem is I have to change to API Level >= 13 else the AndroidManifest.xml will prompt error:
Error: String types not allowed (at ‘configChanges’ with value ‘fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen’).
If I set the target api to 13, the errors go out and .apk can be generated, however, the output is no Unity logo splash screen, and a while later it terminated.
Would someone point me to a correct steps to use eclipse with unity? Thanks!