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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -