tns build fail
See original GitHub issueFAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ‘:app:transformClassesWithDexForF0F1Debug’.
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/telerik/widget/list/BuildConfig;
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
-
Get more help at https://help.gradle.org
BUILD FAILED in 1m 15s Command gradlew.bat failed with exit code 1
I have removed the platform, added and built again and again. No change. The same issue is coming.
Initially, the issue said it is because of facebook-release
. Then I removed nativescript-facebook-login
dependency from package.json. Then the above issue started coming.
Have been facing this issue. Help me solve this.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
@tsonevn thanks!
Enabling multiDex options solved problem
Hi @saikumar-madana, Did you review the links attached to my previous message and the provided solution for enabling the multiDex option? An example how to setup it, could be found here.