Skip to content

Commit

Permalink
no avd output
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Oct 11, 2024
1 parent 160b03d commit cc27c49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions travis/setup_avd_fast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ex

env

# Grab prerequisites
# Valid ABIs:
# - armeabi-v7a
Expand All @@ -21,10 +19,6 @@ export PATH=$PATH:"$ANDROID_HOME"/cmdline-tools/latest/bin:"$ANDROID_HOME"/platf
yes | sdkmanager --sdk_root="$ANDROID_HOME" --install "system-images;$ANDROIDV;default;$ANDROID_ABI" "emulator" "platform-tools" "platforms;$ANDROIDV"
yes | sdkmanager --sdk_root="$ANDROID_HOME" --licenses
echo no | avdmanager --verbose create avd --name android-$ANDROID_ABI --force --abi "default/$ANDROID_ABI" --package "system-images;$ANDROIDV;default;$ANDROID_ABI"
avdmanager list avd


emulator -list-avds

emulator -avd android-$ANDROID_ABI -no-window -no-boot-anim -read-only -no-audio -no-window -no-snapshot -gpu off -accel off &
adb wait-for-device
Expand Down

0 comments on commit cc27c49

Please sign in to comment.