Mac android studio emulator not working

broken image
broken image

Update your environment variables: export ANT_HOME=/usr/local/opt/antĮxport ANDROID_HOME=/usr/local/opt/android-sdkĮxport ANDROID_NDK_HOME=/usr/local/opt/android-ndk Check out the 'Configuring VM Acceleration on Mac' section here: Install all of the Android SDK components (you will be prompted to agree to license info and then this will take a while to run): android update sdk -no-ui

broken image

Use Homebrew to install Android dev tools: brew install ant Make sure the doctor is happy (do what it tells you): brew doctor Install Homebrew: ruby -e '$(curl -fsSL )' Prerequisites (for Homebrew at a minimum, lots of other tools need these too): Here is a high level overview for what you need to do to get most of an Android environment setup and maintained.