From 6f9830493fa84d72a1a60d96df1dc9fe4a136984 Mon Sep 17 00:00:00 2001 From: rootVIII Date: Thu, 3 Jun 2021 19:42:23 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b86c7e..a964a06 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Android Studio should be downloaded/installed; the AVD emulators are free and convenient
  • - I use the AVD emulators that are installable with Android Studio and stored in $ANDROID_HOME/emulator/emulator + I use the AVD emulators that are installable with Android Studio and stored in $ANDROID_HOME/emulator/emulator
  • 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"'