Skip to content

Commit

Permalink
Change logic to create android image
Browse files Browse the repository at this point in the history
Change logic to create android image
  • Loading branch information
Durgaprasad-Budhwani authored Sep 6, 2017
1 parent 6f12b89 commit 3b503ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/before-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ case "${TRAVIS_OS_NAME}" in
touch "$ANDROID_SDK/licenses/android-sdk-license"
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_SDK/licenses/android-sdk-license"
echo y | sdkmanager --verbose "system-images;android-25;google_apis;x86"
echo "no" | avdmanager create avd -n test --sdcard 512M -f -k "system-images;android-25;google_apis;x86"
echo "no" | android create avd -n test --sdcard 512M -f -k "system-images;android-25;google_apis;x86"
echo "no" | android -v create avd -t "android-25" -n test --sdcard 512M -f
android -list-avd
emulator -list-avds
emulator -avd test -scale 96dpi -dpi-device 160 -no-audio -no-window
Expand Down

0 comments on commit 3b503ad

Please sign in to comment.