We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6a64f commit 3d0b10eCopy full SHA for 3d0b10e
.travis.yml
@@ -20,7 +20,7 @@ before_script:
20
- mkdir "$ANDROID_HOME/licenses" || true
21
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
22
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
23
- - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
+ - echo no | android create avd --force --name test --target android-24 --abi armeabi-v7a
24
- emulator -avd test -no-skin -no-audio -no-window &
25
- android-wait-for-emulator
26
- adb shell input keyevent 82 &
0 commit comments