appodeal-cordova-plugin
appodeal-cordova-plugin copied to clipboard
FAILURE: Build failed with an exception. [Android]
FAILURE: Build failed with an exception.
* 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 Lcom/google/android/gms/internal/zzcq;
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
@kimalec seems like other plugin adds play services with different version. Can you send me your plugin list?
@NazarKozak same here build fail
BUILD FAILED FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':transformClassesWithDexForArmv7Debug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
plugins that i use : com.appodeal.plugin 3.0.4 "Appodeal Plugin" cordova-plugin-compat 1.2.0 "Compat" cordova-plugin-crosswalk-webview 2.4.0 "Crosswalk WebView Engine" cordova-plugin-device 2.0.1 "Device" cordova-plugin-file 4.3.3 "File" cordova-plugin-httpd 0.9.3 "CorHttpd" cordova-plugin-inappbrowser 2.0.2 "InAppBrowser" cordova-plugin-whitelist 1.3.3 "Whitelist"
debug file log attached manifest-merger-armv7-debug-report.txt
thanks for help
@matrixreal Actually, it isn't the same issue. I recommend you to install the following version of Appodeal plugin to avoid pitfalls: https://github.com/appodeal/appodeal-cordova-nodex-plugin And the following plugin to solve your main issue: https://www.npmjs.com/package/cordova-plugin-multidex
@Tamplier ok thank you i install the 2 plugins ? i mean the 2 links ? and is it the same as the this master repo ? thanks
build ok thanks