美文网首页Android 开发笔记
Error:Access to the dex task is

Error:Access to the dex task is

作者: Runxing | 来源:发表于2016-01-16 12:06 被阅读1284次

Q:

Error:Access to the dex task is now impossible, starting with 1.4.01.4.0 introduces a new Transform API allowing manipulation of the .class files.See more information: http://tools.android.com/tech-docs/new-build-system/transform-api

A:

set your gradle version explicitly to 1.3.0 in dependencies section of build.gradle file
classpath 'com.android.tools.build:gradle:1.3.0'

相关文章

网友评论

  • 008674de02e2:楼主现在解决了么?现在关于dex的任务没有了,那么如果想加additionalParameters给dx工具该怎么办呢?

本文标题:Error:Access to the dex task is

本文链接:https://www.haomeiwen.com/subject/clwhkttx.html