Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created March 19, 2019 23:36
Show Gist options
  • Save nosrednawall/8ecf476c4f9d2340531fa314d0e26c3c to your computer and use it in GitHub Desktop.
Save nosrednawall/8ecf476c4f9d2340531fa314d0e26c3c to your computer and use it in GitHub Desktop.
configurando o ambiente android sdk

Edite esse arquivo

sudo vi /etc/environment

Adicione a configuração abaixo dentro do arquivo:

ANDROID_HOME=/<pasta da instalação>/android-sdk-linux
PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment