Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Last active April 27, 2019 11:11
Show Gist options
  • Select an option

  • Save tmwatchanan/1343cff6d5ec810e3719564c2e280e5f to your computer and use it in GitHub Desktop.

Select an option

Save tmwatchanan/1343cff6d5ec810e3719564c2e280e5f to your computer and use it in GitHub Desktop.
Android development setup for Arch-based Linux
# 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