android-studio new project -


when create new project in android-studio , perfect before launching take lot of time download maven repository , can download of dependencies manually , add android studio .

thanks

you can have repositories on local file system. works both maven , ivy repositories.

example 8.7. usage of local ivy directory

build.gradle repositories {     ivy {          // url can refer local directory     url "../local-repo"     } } 

http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -