We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use flutter Android SDK is required. To install Android SDK, AUR packages can be used but as a pre-requirement you should:
flutter
multilib
lib32-*
archlinux-java
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Overview
To use
flutter
Android SDK is required. To install Android SDK, AUR packages can be used but as a pre-requirement you should:multilib
to installlib32-*
packagesarchlinux-java
helper to switch between Java versions (Android SDK is not compatible with Java 11)The text was updated successfully, but these errors were encountered: