0👍
Try adding multiDexEnabled true
to your app.gradle file, like this:
android {
defaultConfig {
generatedDensities = []
multiDexEnabled true
applicationId = XXX
}
}
- [Vuejs]-How to access imported vue component's instance outside main vue component?
- [Vuejs]-I have a bug in the library Html2Canvas – Vue
Source:stackexchange.com