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
Post a Comment