hanzo icon indicating copy to clipboard operation
hanzo copied to clipboard

Add Android development tools

Open palazzem opened this issue 6 years ago • 1 comments

Overview

To use flutter Android SDK is required. To install Android SDK, AUR packages can be used but as a pre-requirement you should:

  • add multilib to install lib32-* packages
  • install Java 8 and use archlinux-java helper to switch between Java versions (Android SDK is not compatible with Java 11)

palazzem avatar May 26 '19 15:05 palazzem

AUR installer:

$ yay -S android-studio android-sdk android-sdk-build-tools android-sdk-platform-tools

For permissions with the AUR installer, use https://wiki.archlinux.org/index.php/Android#Android_Studio instructions.

palazzem avatar Apr 20 '20 13:04 palazzem