I just installed the Android Studio , and it takes time to load Gradle . I have 8 GB of RAM and an Intel core 7 .
Resolve dependencies:
app:debugAndroidTestApkC
.
I just installed the Android Studio , and it takes time to load Gradle . I have 8 GB of RAM and an Intel core 7 .
Resolve dependencies:
app:debugAndroidTestApkC
.
In gradle.properties
add this
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
and change in the project gradle all jcenter()
by mavenCentral()
I hope it helps you.