不使用Android构建Nativescript应用

时间:2019-02-25 15:46:10

标签: android nativescript

我在为Android应用构建本地脚本时遇到问题。我可以构建该应用程序,然后一天,另一个构建崩溃。我跑了'tns run android --bundle',它的日志错误是:

 FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list:
  Error while merging dex archives: 
  Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
  Program type already present: com.google.zxing.ChecksumException

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 27s

有什么主意吗?

0 个答案:

没有答案