Horje
save android studio home bash_profile Code Example
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




Shell

Related
how to install cuckoo sandbox Code Example how to install cuckoo sandbox Code Example
latex pdf to eps Code Example latex pdf to eps Code Example
reverse search command mac Code Example reverse search command mac Code Example
how to extract key and cert from pfx Code Example how to extract key and cert from pfx Code Example
remove metadata ubuntu Code Example remove metadata ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10