Skip to content

Commit

Permalink
Change from Google APIs to normal emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed May 2, 2016
1 parent 510c54e commit 8845958
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
global:
- ANDROID_API_LEVEL=23
- ANDROID_BUILD_TOOLS_VERSION=23.0.3
- ANDROID_ABI=google_apis/armeabi-v7a
- ANDROID_ABI=armeabi-v7a
- ADB_INSTALL_TIMEOUT=10 # minutes (2 minutes by default)

android:
Expand All @@ -21,8 +21,6 @@ android:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
# For Google APIs
- addon-google_apis-google-$ANDROID_API_LEVEL
# Google Play Services
- extra-google-google_play_services
# Support library
Expand All @@ -31,11 +29,11 @@ android:
- extra-google-m2repository
- extra-android-m2repository
# Specify at least one system image
- sys-img-armeabi-v7a-google_apis-$ANDROID_API_LEVEL
- sys-img-armeabi-v7a-android-$ANDROID_API_LEVEL

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t "Google Inc.:Google APIs:"$ANDROID_API_LEVEL --abi $ANDROID_ABI
- echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator

Expand Down

0 comments on commit 8845958

Please sign in to comment.