Type Here to Get Search Results !

ADB Command Line Tool for Android SDK


Android Debug Bridge ( ADB ) is a tool that allow you manage state of an emulator instance or Android phone. ADB comes with Android SDK package this can be downloaded from here.
This is used  for copy files, install application and execute some Linux shell commands.

How to install ADB in Windows OS.

  1. Download and install Java SDK.
  2. Download and install Android Studio package. ( Optional: install in C drive. )


Phone Configuration.

To use follow below points.

  1. ADB, you have to install the phone USB driver.
  2. Enable USB Debugging option in  phone  (Settings-> Developer options > Debugging > USB debugging)











Windows Configuration

  1. Press (Windows key + R) then type "cmd" to open common prompt windows.
  2. Set path to android-sdk. So copy paste ( cd C:\Program Files (x86)\Android\android-sdk/platform-tools ) Note:- for this current directory must be C and installation of Android SDK in c drive.

!!!!!! Now you are ready to use adb commons.

  1. ls
  2. cp
  3. mv
  4. chmod
  5. rm
  6. adb install path/your-app-name.apk
  7. adb pull source
  8. adb push source
http://www.londatiga.net/it/how-to-use-android-adb-command-line-tool/



Commonds
No Commonds Syntax Example Note Paul
1 adb devices



2 adb shell



3 ls ls [path] #ls /system/lib List directory
4 cp cp [optoins] source destination copyfile or directory To copy or delete files in Android root directories you have to change the directory access mode to ‘read and write (rw)’ using command: remount rw




Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Top Post Ad

bogger post ad 1

Below Post Ad

bogger post ad 2

ezoic

Ads Section