Skip to content

Commit

Permalink
Merge pull request #236 from sonos/sdkmanager-licences
Browse files Browse the repository at this point in the history
accept licenses
  • Loading branch information
fredszaq committed Aug 12, 2024
2 parents 4e32ce0 + 6f13f6f commit a7e2377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ else

# END FIX-EMULATOR

yes | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-24;default;armeabi-v7a" "ndk;22.1.7171670" "emulator" "platform-tools" "cmdline-tools;latest"
echo no | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/avdmanager create avd -n testdinghy -k "system-images;android-24;default;armeabi-v7a"
$EMULATOR @testdinghy -no-audio -no-boot-anim -no-window -accel on -gpu off &
Expand Down

0 comments on commit a7e2377

Please sign in to comment.