异常如下
Error:Access to the dex task is now impossible, starting with 1.4.0
1.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
官网目前没有好的解决办法,在外国网站看到有人提供解决办法是
修改build.gradle文件的,gradle为1.3.0能正常使用
dependencies { classpath 'com.android.tools.build:gradle:1.3.0' ... }