This commit is contained in:
rootVIII 2021-06-03 19:42:23 -04:00
parent 5c0739ec71
commit 6f9830493f

View file

@ -28,7 +28,7 @@
Android Studio should be downloaded/installed; the AVD emulators are free and convenient Android Studio should be downloaded/installed; the AVD emulators are free and convenient
</li> </li>
<li> <li>
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 <code>$ANDROID_HOME/emulator/emulator</code>
</li> </li>
<li> <li>
I store an alias in my profile to open an emulator via simple command such as pixel4: <code>alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'</code> I store an alias in my profile to open an emulator via simple command such as pixel4: <code>alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'</code>