diff --git a/README.md b/README.md index a964a06..d5f6a14 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Android Studio should be downloaded/installed; the AVD emulators are free and convenient
$ANDROID_HOME/emulator/emulator
+ I use the AVD emulators that are installable with Android Studio and stored in$ANDROID_HOME/emulator/emulator
alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'
+ I store an alias in my profile to open an emulator via simple command such as pixel4:alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'