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 5966604 commit 0bdccb1Copy full SHA for 0bdccb1
.travis.yml
@@ -49,7 +49,7 @@ before_script:
49
- mv app/src/debug/google-services.json app/google-services.json
50
- mv app/src/debug/res/values/keys.xml app/src/main/res/values/keys.xml
51
- android list targets
52
- - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
+ - echo no | android create avd --force -n test -t android-26 --abi google_apis/armeabi-v7a
53
- emulator -avd test -no-audio -no-window &
54
- android-wait-for-emulator
55
- adb shell input keyevent 82 &
0 commit comments