java - Multiple Applications in android manifest -


am developing app , using 2 libraries 1 sugarorm handling databases , other 1 acra bugs tracking.

my problem came when needed implement acra , found need declare manifest.xml in application tag.

sugarorm requires declared application in manifest , acra, after searching found proposed solution have multilevel inheritance not figure how,

since need build 1 class extending application class , it's acra , sugarorm has application class ready built.

any help?

update :

after research found

how handle multiple application classes in android

which used multilevel inheritance

so made acra application extend existing sugarapp class

am still not sure if works

after reading setup instructions both of them, acra seems need internet permission set in manifest. name should package/name app using


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -