简体   繁体   中英

Android Studio startup is taking long

我安装了Android Studio,创建了一个项目名称,它给了我一个标题为“建筑项目名称Gradle项目信息”的弹出窗口,它包含“Gradle:正在下载的URL”,它也取消了,我的意思是太长了...有没有人有一个理念?

It could be because the default allocation of ram to the emulator is too high, and it's testing it. Check out the emulators and make sure the memory it's trying to use is reasonable. Anything over one gig makes my computer run like crap, and I have 8g ram.

When you create the first project, it needs to download the correct version of Gradle, as well as the Android Gradle plugin and various dependencies -- these aren't part of the default installation. How long it takes depends on your network connection. Once that stuff is downloaded, subsequent builds should be much faster.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM