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 6051e77 commit 1c7cbceCopy full SHA for 1c7cbce
.travis.yml
@@ -9,7 +9,7 @@ jdk:
9
android:
10
components:
11
- platform-tools
12
- - build-tools-23.0.1
+ - build-tools-23.0.2
13
- android-23
14
- extra-android-m2repository
15
- sys-img-armeabi-v7a-android-23
@@ -33,7 +33,7 @@ install:
33
- npm install
34
- tns platform add android
35
before_script:
36
-- echo no | android create avd --force -n test -t android-23 -b armeabi-v7a
+- echo no | android create avd --force -n test -t android-23 -abi armeabi-v7a
37
- emulator -memory 1024 -avd test -no-audio -no-window &
38
script:
39
-
0 commit comments