hanzo
hanzo copied to clipboard
Add Android development tools
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
multilibto installlib32-*packages - install Java 8 and use
archlinux-javahelper to switch between Java versions (Android SDK is not compatible with Java 11)
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.