赞
踩
Process 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 3
使用命令gradlew --info build查找自己的错误具体是什么。我的是:app:transformClassesWithDexForDebug,把原本注释掉的,关于dex的相关设置放开,如下:
- dexOptions {
- javaMaxHeapSize "4g"
- }
然后运行就通过了。
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。