Home > Mobile >  The idea of a new android project problems
The idea of a new android project problems

Time:09-29

The idea to create a new android project, but has been parked in the Build, Run the tasks...
App: mergeDebugResources
What should I do ah, tired, fellow leaders to help my little brother!

CodePudding user response:

Click the screenshot/ab like, on the content of turned around, see the build is doing

If is to download the jar, the root directory of the build. The two of gradle repositories:
 
Buildscript {
Repositories {
Maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
Maven {url 'https://jitpack.io'}
Google ()
Jcenter ()
}
.
}

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


If it is downloading the Google framework related, please make your own ladders or change the time to try again
  • Related