Skip to content

Instantly share code, notes, and snippets.

@pandevim
Last active November 10, 2018 13:34
Show Gist options
  • Save pandevim/301db1ca281f11d05dd6f114b40f01ce to your computer and use it in GitHub Desktop.
Save pandevim/301db1ca281f11d05dd6f114b40f01ce to your computer and use it in GitHub Desktop.
Setting Up Flutter Development Envirnoment

ArchLinux x86_64


$ sudo pacman -S flutter
$ yay -S android-sdk android-sdk-build-tools android-sdk-platform-tools android-platform # generally installed @ (/opt/android-sdk/)
$ echo '# Android Setup \nexport ANDROID_HOME=/opt/android-sdk \nexport PATH=$PATH:$ANDROID_HOME/tools \nexport PATH=$PATH:$ANDROID_HOME/platform-tools' >> ~/.bashrc
$ vim /etc/pacman.conf # check if multilib is commented
$ sudo pacman -S lib32-ncurses # (optional)

Or Download

For command line tools: https://developer.android.com/studio/
For platform tools: https://developer.android.com/studio/releases/platform-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment