Hi guys,
i tried to upgrade my project to cordova android 6.3.0.
But i got this error:
* What went wrong:
Execution failed for task ':transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lorg/apache/cordova/BuildHelper;
then i tried
cordova plugin rm cordova-plugin-compat --force
cordova platform rm android
cordova platform add android@6.3.0
but then i got this error:
The plugin 'cordova-plugin-compat' is required by (cordova-plugin-file)
so is it possible to install cordova android 6.3.0 with cordova plugin file?