Android mac emulator: failed to create vm ffffffff emulator: failed to create hax vm

broken image

Note that Java8 is tricky since licence changed: brew install gradle

broken image

Use Homebrew to install Android dev tools: Quick reminder: Have as many build tools as you want, have a single one platform tool with backwards compatibility :=)ĭownload and Install Command line tools for mac ( not the android studio unless I need it ) export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home See for brew, python3 and NodeJS on nvm see gist Java 14ĪdoptOpenJDK: # brew tap adoptopenjdk/openjdk via caskīrew install adoptopenjdk/openjdk/adoptopenjdk8Īlternative: Do not follow this step if followed the step before brew install java8īe sure JAVA_HOME is exported on your bash profile or zshrc depending the shell in usage.

broken image

A high level overview for what I need to do to get most of an Android environment setup and maintained on OSX higher Catalina and Big Sur with and without Android Studio been installed.Ĭonsidering the SDK is installed under /Users//Library/Android/sdk folder which is the Android Studio preferred SDK location, but it works fine under /usr/local/share/android-sdk as well, which is a location pretty much used on CI mostly.