update README

This commit is contained in:
Hannes Janetzek
2014-04-01 03:51:29 +02:00
parent 01f248632f
commit 55714ae01e
2 changed files with 13 additions and 10 deletions

6
android-stuff.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools
echo yes | android update sdk --filter platform-tools --no-ui
echo yes | android update sdk --filter android-19 --no-ui
echo yes | android update sdk --filter extra-android-support --no-ui
echo yes | android update sdk --filter extra-android-m2repository --no-ui