Skip to content

Instantly share code, notes, and snippets.

@rebebop
Created July 4, 2023 11:05
Show Gist options
  • Save rebebop/8db2112db5fd3ed66c542dd6b60d2559 to your computer and use it in GitHub Desktop.
Save rebebop/8db2112db5fd3ed66c542dd6b60d2559 to your computer and use it in GitHub Desktop.
you can install two packages `android-cmdlinetools` and `android-platform-tools` but the emulator will bark at you that it
cannot find the `platform-tools` directory. So you have to symlink one to the other
```
ln -sfn /opt/homebrew/Caskroom/android-platform-tools/34.0.3/platform-tools /opt/homebrew/share/android-commandlinetools/platform-toolsplatform-tools
```
Make sure to set $ANDROID_HOME to /opt/homebrew/share/android-commandlinetools/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment