-
Check if you have emulator installed:
emulator -list-avds
oravdmanager list avd
-
If you don't have, just create one:
avdmanager create avd -n test -k "system-images;android-25;google_apis;x86"
Emulator config will be created in
~/.android/avd/
-
Start emulator:
emulator -avd test
(If it fails try shutdown Docker) -
Install fluxxy on emulator:
gradlew installDebug
- AVD (Androd Virtual Device) are installed in
~/.android/avd/