Android Studio 1.0RC4 Gradle build error

旧巷老猫 提交于 2019-11-30 09:08:50

I finally got it working guys

I had to delete the .gradle folder in 'C:\Users\Username\' and then I opened AS with admin rights and it came back to life!

Thanks everyone.

you can probably drop the RC-1 in your build.gradle:

classpath 'com.android.tools.build:gradle:1.0.0'

Here's a checklist of things that have changed recently

http://tools.android.com/tech-docs/new-build-system/migrating-to-1-0-0

RahulB

For 64 bit Windows 7, I had to download jdk7 64bit in addition to deleting the .gradle and starting Android studio as an admin. I had also set JAVA_HOME to 64bit JDK and set JAVA_OPTIONS to -Djava.net.preferIPv4Stack=true

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!