See below My Manifest.xml
I Already used ApplicationLoader.
<application
android:name=".ui.ApplicationLoader"
android:allowBackup="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<application
android:name="org.abtollc.sdk.AbtoApplication"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
Now i want to use both application class in single project ? How its possible
org.abtollc.sdk.AbtoApplication is third-party libs.
It's not impossible, your ApplicationLoader
must extend AbtoApplication
in this case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With