Home > Mobile >  For the first time to install android studio a little problem
For the first time to install android studio a little problem

Time:09-30

Is to wait for these small chrysanthemum turned for the better...

CodePudding user response:

Wait for a few minutes

CodePudding user response:

Right, have to turn out, such as
Click on to see doing, if it is in the download the jar package slowly, changes the root directory of the build. Gradle as follows, and then restart the:
 
Buildscript {
Repositories {
Maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
Maven {url 'https://jitpack.io'}
Google ()
Jcenter ()
}
Dependencies {
The classpath 'com. Android. Tools. Build: gradle: 3.1.3'
//3.0 abandoned and the author no longer maintenance
//the classpath 'com. Neenbedankt. Gradle. Plugins: android - apt: 1.8'

//NOTE: Do not place your application dependencies here; They belong
//in the individual module build. Gradle files
}
}

Allprojects {
Repositories {
Maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
Maven {url 'https://jitpack.io'}
Google ()
Jcenter ()
}
}


If it is download the relevant framework, please make your own ladders or change the time period in a try
  • Related