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 1a14eec commit 3b57c74Copy full SHA for 3b57c74
.travis.yml
@@ -10,7 +10,7 @@ android:
10
# The SDK version used to compile your project
11
- android-16
12
13
- - sys-img-x86-android-16
+ - sys-img-x86-android-19
14
- sys-img-armeabi-v7a-android-16
15
16
script:
app/assets/sample_videos/sample_1.mkv
-1.3 MB
runTests.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# x86 emulator
4
-echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
+echo no | android create avd -c 50M --force -n testx86 -t android-19 --abi x86
5
emulator -ports 5554,5555 -partition-size 256 -avd testx86 -no-skin -no-boot-anim -no-audio -no-window &
6
PID_EMU1=$!
7
./wait_for_emulator emulator-5554
0 commit comments