Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Installl adb to linux

sudo apt-get install adb
Comment

install adb

# brew
`brew install android-platform-tools`

# apt-get
`apt-get install adb`

# windows nexustools via powershell
`iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.ps1'))`

# official zip
`https://developer.android.com/studio/releases/platform-tools`
Comment

adb install aab

this is not possible
Comment

PREVIOUS NEXT
Code Example
Shell :: To stop all running docker containers 
Shell :: see unpushed commits 
Shell :: how to create a text file in batch 
Shell :: httpd https docker 
Shell :: install openai gym 
Shell :: how to exit root in linux 
Shell :: Remove all your local git branches but keep master 
Shell :: localhost run 
Shell :: iptables deny all 
Shell :: git set origin 
Shell :: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory. 
Shell :: compress folder ubuntu 
Shell :: how to create a host driver in docker 
Shell :: nvcc not found in jetson nano 
Shell :: block comment bash 
Shell :: how to remove user from the group 
Shell :: minikube docker driver 
Shell :: create virtual environment anaconda 
Shell :: Accessors are only available when targeting ECMAScript 5 and higher. 
Shell :: install appx package windows 
Shell :: ubuntu download file from url 
Shell :: pip3 install from git 
Shell :: change global user name git 
Shell :: git cherry pick 
Shell :: Submodule update 
Shell :: bash tab completion cycle 
Shell :: how to loop through every value in array bash 
Shell :: powershell pc battery command 
Shell :: install bootstrap in angular 9 
Shell :: while loop shell script 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =