Last active
April 27, 2019 11:11
-
-
Save tmwatchanan/1343cff6d5ec810e3719564c2e280e5f to your computer and use it in GitHub Desktop.
Android development setup for Arch-based Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install packages | |
| sudo pacman -S android-tools android-udev | |
| # accept Android SDK licenses | |
| .~/Android/sdk/tools/bin/sdkmanager --licenses | |
| # references | |
| # https://wiki.archlinux.org/index.php/Android_Debug_Bridge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment