尝试构建离子Android应用时出现Dex错误

我正在尝试为Android构建一个离子应用程序,但是当我运行时

ionic cordova run android

我明白了

FAILURE: Build Failed with an exception.

* What went wrong:
Execution Failed for task ':app:transformClassesWithDexBuilderForDebug'.
> com.android.build.api.transform.TransformException: java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files

试着运行./gradlew clean让我

FAILURE: Build Failed with an exception.

* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type filehasher using BuildSessionScopeServices.createFileSnapshotter().

解决方法:

我有同样的问题,但它已经解决了.感谢来自@notlose的信息,链接https://github.com/oney/react-native-gcm-android/issues/32

解:
只需删除/ android和/ android / app中的’build’文件
并再次建立
反应本机的’react-native run-android’
用于离子的’离子cordova运行android’

相关文章

安装环境都很简单,就是下载工具需要在华为开发者联盟里注册...
上传的方式有两种,第一种是通过bintray官方出的插件bintray...
转载自: 完美解决Error:SSLpeershutdownincorrectly打开gr...
https://www.jianshu.com/p/9220227cdfb3buildscript{ext.ko...
Markdown版本笔记我的GitHub首页我的博客我的微信我的邮箱My...
 跟着教程做的,已经有了JDK,直接进行后面的步骤,下载安装...