lendingiop.blogg.se

Start android studio linux
Start android studio linux





Reload the path environment variables by running:.Copy and paste this line to do this automatically for Bash and Zsh:Įcho "export PATH= $ANDROID_HOME/platform-tools:\ $PATH" > ~/ ` ] & echo '.zshenv' || echo '.bash_profile' ` On macOS, you will also need to add platform-tools to your ~/.bash_profile (or ~/.zshenv if you use Zsh) - eg.

start android studio linux

& ANDROID_HOME = $HOME/Library/Android/sdk || ANDROID_HOME = $HOME/Android/SdkĮcho "export ANDROID_HOME= $ANDROID_HOME" > ~/ ` ] & echo '.zshenv' || echo '.bash_profile' ` Copy and paste these two lines to do this automatically for Bash and Zsh: If you are on macOS or Linux, add an environment variable pointing to the Android SDK location in ~/.bash_profile (or ~/.zshenv if you use Zsh) - eg.







Start android studio linux