Skip to content

Commit

Permalink
Fix Travis CI error: Invalid --abi armeabi-v7a for the selected targe…
Browse files Browse the repository at this point in the history
…t (try API level 21)
  • Loading branch information
naXa777 committed Sep 5, 2018
1 parent 1e0aa20 commit 30428d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ android:
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
- build-tools-28.0.2
- android-28 # Compile SDK version
- android-27
- android-21
- extra-android-support # Support library
- extra-google-m2repository
- extra-android-m2repository # for design library
- extra-google-google_play_services # google play services
- sys-img-armeabi-v7a-google_apis-28
- sys-img-armeabi-v7a-google_apis-27
- sys-img-armeabi-v7a-google_apis-21
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
Expand All @@ -37,7 +37,7 @@ before_install:

# Emulator Management: Create, Start and Wait
before_script:
- echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a --tag google_apis
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a --tag google_apis
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand Down

0 comments on commit 30428d6

Please sign in to comment.