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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -