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 25483b4 commit 52c3136Copy full SHA for 52c3136
.travis.yml
@@ -13,7 +13,9 @@ android:
13
- sys-img-armeabi-v7a-android-16
14
- sys-img-x86-android-16
15
before_install:
16
+ - echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
17
- echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
18
+ - emulator -avd testarm -no-skin -no-audio -no-window &
19
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
20
21
before_script:
0 commit comments