score:1

Accepted answer

it's not impossible, your applicationloader must extend abtoapplication in this case.

score:0

according to android documentation manifest file with only one application element is valid.

score:0

you simply can't. try extending abtoapplication from your application class.

score:0

android application can handle only 1 application class,if you want multiple application class, you have to extend applicationloader class from abtoapplication class.


Related Query

More Query from same tag