Skip to content
Brendan Reddy-Best edited this page Feb 8, 2015 · 6 revisions

the version of android SDK on the vagrant image is a little dated (23 of 24) but still stable. The version on the VM is only pre-loaded with SDK version 19 (4.4.2), so if you would like to specify other targets, you'll have to update the SDK

after doing some heavy-handed access restriction repeals with:

chmod -R 0777 /home/vagrant/android-sdk-linux/

android update sdk -u should do the trick to get you started on any (every) android version.

except when you get an error about ~/.android debug key something, do this:

keytool -genkey -v -keystore ~/.android/debug.keystore -storepass <somepassword> -alias androiddebugkey -keypass <somepassword> -dname "CN=Android Debug,O=Android,C=US" -keyalg RSA

Clone this wiki locally