Notes on Android Studio setup on M1 Macbook
Toan Tran
1 min read
Some notes
- JDK setup
Using Azul JDK above
2. Android Studio download
Choose the ARM version (in preview mode)
3. Setup ENV
export ZSH="/Users/toantran/.oh-my-zsh"
export ANDROID_HOME="/Users/toantran/Library/Android/sdk"
export ANDROID_PLATFORM=$ANDROID_HOME/platform-tools
export ANDROID_TOOLS="/Users/toantran/Library/Android/sdk/tools/bin"
export JAVA_HOME="/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home"
With editing in ~/.zshrc and then run
source ~/.zshrc
to update those variable settings
3. Accept licenses
yes | sdkmanager --licenses
0
Subscribe to my newsletter
Read articles from Toan Tran directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by