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 5cd90f0 commit 6df81eeCopy full SHA for 6df81ee
.travis.yml
@@ -13,7 +13,12 @@ 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 test -t android-16 --abi armeabi-v7a
17
- - emulator -avd test -no-skin -no-audio -no-window &
+ - echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
+ - echo no | android create avd -c 50M --force -n textx86 -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 &
20
- android-wait-for-emulator
21
- adb shell input keyevent 82 &
22
+
23
+script:
24
+ - ./gradlew build
0 commit comments