Android工作室需要半小时才能启动Windows。任何修复?

时间:2015-05-29 16:06:43

标签: android windows android-studio

我有一个完整的安装Android Studio,每次启动它都需要27到34分钟才能启动到可行的状态。

我的电脑规格:

Windows 7 Ultimate
Ram: 4GB
Processor: Intel Core i3
Graphics: Intel HD Graphics 3000

我能做些什么来解决这个问题吗?我尝试到处搜索,但我似乎是唯一一个有这个问题的人因为所有“慢机器人”问题和解决方案都是关于模拟器而不是实际的android工作室。任何帮助将不胜感激!

谢谢!

2 个答案:

答案 0 :(得分:0)

试试eclipse luna

download eclipse here

并在eclipse luna中安装adt插件

how to install adt

答案 1 :(得分:0)

这对我有用:

在里面创建一个名为gradle.properties的文件:

C:\Users\<myusername>\.gradle (Windows)

包含此说明:

org.gradle.daemon=true

也是这个:

转到Preferences - &gt; Project settings - &gt; Compiler,在框中输入--offline