Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bashrc setup "android" example

# Gradle PATH
export GRADLE_HOME=/opt/gradle-5.6.2
export PATH=$GRADLE_HOME/bin:$PATH# Android Home
export ANDROID_HOME=/opt/android-sdk
export PATH=$ANDROID_HOME/tools:$PATH
export PATH=$ANDROID_HOME/tools/bin:$PATH
export PATH=$ANDROID_HOME/platform-tools:$PATH# Android emulator PATH
export PATH=$ANDROID_HOME/emulator:$PATH# Android SDK ROOT PATH
export ANDROID_SDK_ROOT=/opt/android-sdk
export PATH=$ANDROID_SDK_ROOT:$PATH
Comment

PREVIOUS NEXT
Code Example
Shell :: linux find folder and exec du 
Shell :: how to find files and copy them in terminal 
Shell :: record bash_history immediately 
Shell :: comment lines in nano 
Shell :: arch linux turn on wifi 
Shell :: linux paginate output 
Shell :: scale variable with bc 
Shell :: chmod rwx for all users 
Shell :: how to check my git username and password 
Shell :: git comands 
Shell :: windows gitbash weird characters 
Shell :: open ssl change pkcs1 to pkcs8 
Shell :: clear old allure results 
Shell :: adonisjs 5 create model migration controller 
Shell :: figma for debian 10 
Shell :: install OMV core packages on Debian 
Shell :: Cannot find device "tun0" 
Shell :: multiple ssh account use in one github and bitbucket at same time 
Shell :: chmod ax 
Shell :: add bash as defult on arch 
Shell :: git push to different local folder 
Shell :: linux download file from server to local machine 
Shell :: bash for loop with decimals 
Shell :: Ubuntu Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 15551 (apt) 
Shell :: git conflicts in yarn-lock 
Shell :: journalctl --flush --rotate; journalctl --vacuum-time=1s; 
Shell :: ubuntu 21.04 install gnome tweak tool 
Shell :: tapping homebrew/core 
Shell :: tarball -list 
Shell :: how to extract sequential files multiple zip files at once 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =