Try updating the support library

This commit is contained in:
DjBushido 2014-07-05 11:50:28 -04:00
parent 1d5f4a8c60
commit 46f8e625c2

View File

@ -4,6 +4,7 @@ env:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
before_install:
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &