Commit cee74f25 authored by Max Lv's avatar Max Lv

Update setup scripts

parent 9965a71c
...@@ -22,5 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]; then ...@@ -22,5 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]; then
popd popd
fi fi
echo "y" | android update sdk --filter tools,platform-tools,build-tools-23.0.2,android-23,extra-google-m2repository --no-ui -a ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-23.0.2,android-23,extra-google-m2repository --no-ui -a
echo "y" | android update sdk --filter extra-android-m2repository --no-ui -a ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter extra-android-m2repository --no-ui -a
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment