update README
This commit is contained in:
6
android-stuff.sh
Executable file
6
android-stuff.sh
Executable 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
|
||||
Reference in New Issue
Block a user