我已经安装了新的Android Studio。一切都工作得很好,但当我试图创建一个新项目时,它在下载Gradle时卡住了。

有没有办法手动安装Android Studio所需的Gradle ?或者有其他方法可以解决这个问题吗?


当前回答

Android Studio中包含的gradle位于/Applications/Android Studio.app/plugins/gradle/lib中

进入Android Studio。应用目录,cd, Android studio。app

或者你可以直接cd /Applications/Android\ Studio.app/plugins/gradle/lib

其他回答

是的,有。

Create a new project and you should Shutdown The Android Studio Application.(Because it takes a long time for you). Goto C:\Users\{Logged in User}\.gradle folder There is a folder there that show you which version of gradle Android Studio requires (e.g. gradle-1.8-bin) Download this version from internet (e.g. gradle-1.8-bin.zip). Goto C:\Users\{Logged in User}\.gradle\wrapper\dists\gradle-1.8-bin There is a folder here that its name is like a GUID. You should just copy the zip file that you've already downloaded from internet into this folder. Execute Android Studio and create a new project.

是的,你可以在Android Studio之前手动安装Gradle,首先将Gradle安装在任何位置,然后将de gladle位置添加到路径变量(在环境变量窗口中)。

解决方案:

1).删除“c:\ users \用户名”gradle文件夹

2).下载http://downloads.gradle.org/distributions/gradle-2.2.1-all.zip

3).在android studio中创建一个新项目。

4).当这个时候它卡在gradle建筑,强制关闭android工作室。

5)现在转到C:\Users\username.gradle\wrapper\dist \gradle-2.2.1-all\c64ydeuardnfqctvr1gm30w53(结束目录名可能不同)

6)删除gradle-2.2.1-all.zip。LCK和该目录下的其他文件。

7)在这里粘贴下载的gradle-2.2.1-all.zip文件。

8)运行android工作室。:)

Android Studio中包含的gradle位于/Applications/Android Studio.app/plugins/gradle/lib中

进入Android Studio。应用目录,cd, Android studio。app

或者你可以直接cd /Applications/Android\ Studio.app/plugins/gradle/lib

对我有用的是:

创建一个虚拟项目,当它卡在Build屏幕上时, 终止studio进程。 打开android studio,打开项目,项目就会崩溃 用已经打开的虚拟项目创建一个新项目,它将毫无问题地创建项目 关闭虚拟项目,享受乐趣