Android setup
Set up an Android emulator and the command-line tools by hand, when the guided wizard isn't the right path.
Prerequisites
Copy this
# 1. Confirm your Mac can see the emulator
adb devices
# 2. Confirm the emulator binary is on your PATH
emulator -list-avds
# 3. Disable the soft keyboard — do this on every emulator you create
adb shell ime disable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
adb shell settings put global show_ime_with_hard_keyboard 0Do you need the full Android Studio install?
Install the command-line tools
1. Install the SDK components
2. Add them to your PATH
Tool
Directory
Disable the soft keyboard
Connect from Drizz
Common mistakes
What you do
What happens
Next
Last updated
Was this helpful?