creativecreatorormaybenot

fix target

... ... @@ -33,7 +33,7 @@ matrix:
#- echo y | android update sdk -a --no-ui --filter android-24
#- echo y | android update sdk -a --no-ui --filter sys-img-armeabi-v7a-android-24
- echo no | android create avd --force -n test -t android-$EMULATOR_API --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
... ...