我正在尝试为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’@H_301_33@
以上是内存溢出为你收集整理的尝试构建离子Android应用时出现Dex错误全部内容,希望文章能够帮你解决尝试构建离子Android应用时出现Dex错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)