Joshua Enriquez
Joshua Enriquez

Reputation: 5

Gradle build takes too long while creating a new project

Everytime I create a new project, gradle build takes too long to finish for about 20 to 25 minutes. It is usually on "Gradle: Resolve dependencies ':app_debugAndroidTestxxx'" but when running my program it doesn't take that long only when creating a new project.

Here is the screenshot.

Upvotes: 0

Views: 446

Answers (1)

Rohit Singh
Rohit Singh

Reputation: 411

If you have Internet connection, try to create a new Android Studio project in offline mode. Because some dependencies might be take time to install from internet. So in offline mode, it pick downloaded dependencies from cache.

Upvotes: 1

Related Questions