Android studio offline installation -
my windows xp development environment has no internet access. need install android studio without internet connection. (formerly used 1-2 months intellij idea 12 android development)
the steps made:
- i downloaded studio 0.2.x installation files developer site (http://developer.android.com/sdk/installing/studio.html).
- i downloaded jdk , installed.
- i installed android sdk package installer, downloaded api files , installed files using package installer. (http://siddharthbarman.com/apd/)
i tried create new project. "gradle" error. seems gradle bundled inside studio because of error exists, downloaded gradle-1.6.zip website. (http://www.gradle.org/downloads) added gradle\bin path environment variable.
then still new errors maven missing. seems need download maven don't know version.
can write step step how many more programs / libraries should download hello world android studio , android emulator ?
note: download files machine has internet connection, copy them flash disk , move development machine.
there no need download maven. android studio uses gradle. however, first time build project, you'd need have internet connection android gradle plugin , dependencies downloaded , cached on local disk. active internet connection, do:
$ cd /path/to/project $ /path/to/gradle assembledebug
once works, shouldn't need internet connection.
android studio support such offline mode.
Comments
Post a Comment