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 a591bd2 commit fa905c7Copy full SHA for fa905c7
.travis.yml
@@ -20,7 +20,8 @@ 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 --name test -t android-21 --abi google_apis/armeabi-v7a
24
- - emulator -avd test -no-skin -no-audio -no-window &
+ - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
+ - emulator -avd test -no-audio -no-window &
25
- android-wait-for-emulator
26
- adb shell input keyevent 82 &
27
+
0 commit comments