Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

save android studio home bash_profile

nano ~/.bash_profile 

export ANDROID_HOME=/YOUR_PATH_TO/android-sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH

source ~/.bash_profile
echo $ANDROID_HOME
Comment

PREVIOUS NEXT
Code Example
Shell :: aws configure profile 
Shell :: cgi directories 
Shell :: where are ubuntu files stored in windows 10 
Shell :: first in list bash 
Shell :: command not found: strings 
Shell :: powershell create object 
Shell :: git command to change drive 
Shell :: ubuntu server restart 
Shell :: alpine sudo 
Shell :: install laravel mix 
Shell :: how to find where python modules are installed 
Shell :: exclude/prevent file from commit using git ignore 
Shell :: install kubectl 
Shell :: mac refresh terminal 
Shell :: install gnome software 
Shell :: how to upload project on github using command 
Shell :: fish unset 
Shell :: install yarn in mac 
Shell :: push/upload git repo to github 
Shell :: debian bullseye sources.list security 
Shell :: batch remove double quotes from argument 
Shell :: gpg to decrypt a file 
Shell :: reinstall chrome ubuntu 
Shell :: choco install watchman 
Shell :: Could not create service of type FileHasher using BuildSessionServices.createFileHasher() 
Shell :: wget recursive 
Shell :: npx pod update 
Shell :: set trustedinstaller as owner 
Shell :: timestamp in bash 
Shell :: replace all substring in a given string 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =