Skip to content

Commit

Permalink
default/armeabi-v7a
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Nov 13, 2016
1 parent cd9c067 commit 2fc6b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- ./gradlew dependencies
# Create and start emulator
- android list targets
- echo no | android create avd --force -n test -t android-24 --abi "default/arm64-v7a"
- echo no | android create avd --force -n test -t android-24 --abi "default/armeabi-v7a"
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand Down

0 comments on commit 2fc6b27

Please sign in to comment.