Chitika ad

Friday, 28 September 2018

Usb debugging in android


Usb debugging:
                          It is a technique that control or access maximum permissions or coding android by using computer.it is not a external option.every android os is comeswith this option.

When and where it is used:
This is mainly used for apps developer to test their apps.still lot so many methods available to run app.you may use android emulator,genymotion emulator,bluestack.still usb debugging is the no one method because of it is directly install apps and run in android device.and it takes really less time.another big advantage is you can access,modify and uninstall, delete,root anything that you did by using android can also done by pc in command prompt.


How to enable usb debugging:
Usb debugging is achived by connecting your android device to pc by using usb cable.

Connect pc and android device using usb cable.
1.go to settings in your mobile

2.goto developer options

3.enable developer options

4.enable usb debugging

Configure pc:
In order to communicate with android there should be driver software installed in your pc.goto your mobile manufacture website or visit android developer official website.after successful configuration when you connect your mobile with pc there is notification that usb debbugging in android mobile.

How to ensure usb debugging in pc:
you may simple ensure your connection by using command prompt.goto command prompt and change directory to platform tools.enter adb devices
The result will show your device is connected or not.

If it is not then enter following
adb killserver
adb restartserver

No comments:

Post a Comment