0% found this document useful (0 votes)
5 views

Lecture2-ADB-installation

Uploaded by

Captain Jk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Lecture2-ADB-installation

Uploaded by

Captain Jk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Android Debug Bridge (ADB)

and Mobile device connection


with Android Studio
BY
MUHAMMAD ADNAN ASLAM
ADB Introduction & Installation

 Android Debug Bridge (adb) is a versatile command-line tool that lets


you communicate with a device.
 The adb command facilitates a variety of device actions, such as
installing and debugging apps, and it provides access to a Unix shell
that you can use to run a variety of commands on a device
 Download universal ADB drivers
 https://adb.clockworkmod.com/
ADB verification

 Open command prompt and type “adb”


 Check if your system detect the adb drivers
Enabling developer mode

 Go to your mobile setting and search for build number use the
following (the location might be different for different mobile models
and brands)
 Setting>About>Software Info>Build number
 Click on build number for 5-6 times until the message appears the your
developer mode is enabled (some device might required your screen
lock to enable developer mode)
Enable USB debugging in Developer
mode

 Enable developer option in developer mode


 The search for USB debugging and enable it
 Now connect your android device and accept the request to connect your
device with ADB drivers from your mobile screen
 To confirm your mobile device connection open command prompt and
type “adb devices”
 If it shows your devices then you are connection was successful, other
wise try those commands
 adb kill-server
 adb start-server

You might also like