This used to happen in the native android apps. No idea how it is appearing on ionic.
Anyways, try with adding the following in your build.gradle
defaultConfig {
multiDexEnabled true
}
This used to happen in the native android apps. No idea how it is appearing on ionic.
Anyways, try with adding the following in your build.gradle
defaultConfig {
multiDexEnabled true
}