Switch to ubuntu jre

This commit is contained in:
Halim Qarroum
2023-02-15 13:55:17 +00:00
parent 90128bc339
commit 26780eff05
3 changed files with 18 additions and 18 deletions
+4
View File
@@ -1,3 +1,7 @@
#!/bin/bash
set -e
# If the installation flag of the Android SDK is set
# we download the Android command-line tools,
# install the SDK, platform tools and the emulator.
+2 -7
View File
@@ -31,16 +31,11 @@ wait_for_boot &
# Start the emulator with no audio, no GUI, and no snapshots.
echo "Starting the emulator ..."
if emulator \
emulator \
-avd android \
-noaudio \
-no-boot-anim \
-no-window \
-no-snapshot-save \
-qemu \
-enable-kvm;
then
update_state "stopped"
else
update_state "stopped"
fi
-enable-kvm || update_state "stopped"