I\'m trying the new MultiDex Support on my app and so far I\'ve managed to compile my app correctly, but when running it, I get the following exception:
i jaust changed in manifest application
android:name="android.support.multidex.MultiDexApplication"
to android:name="androidx.multidex.MultiDexApplication"
android:name="androidx.multidex.MultiDexApplication"
and it's working fine