Codementor Events

Enable remote Debugging for Android Device in Chrome

Published Jul 03, 2019
Enable remote Debugging for Android Device in Chrome

Here is simple steps to enable remote debugging for Android Device in Chrome.

you can easily debug your website contain or hybrid web app in android device in chrome remote debugging option. this feature available from Android ice cream sandwich (4.0) on words.

On your Android device.

plug you android device to computer.
Enabled developer option.

      Find software build number by 

               in most samsung devices  go to   Settings > About phone > Build number or

               Settings > About phone > Software information > Build number

               tap 7 time on the Build number.

               After that the Developer options will available under the settings menu

Capture2.PNG

2. USB Debugging - Settings > Developer options > Check “USB debugging”.

On your Computer

 install ADBPlugin  Chrome Extension from the webstore 
    Click on the Android icon in your Chrome menu and select “Start ADB”

Capture2.PNG
or

download ADB (Android debug bridge ) here  and extract the folder and open command prompt then move the  "platform-tools" folder and give the adb usb command.![Capture4.PNG](https://ucarecdn.com/28d0994a-6d33-483d-8d91-559e3d9c9de8/)
  1. Open chrome inspect mode and enable the remote device.
    Capture3.PNG

  2. now you can see the device is connected
    Capture5.PNG

  3. now in your android device open chrome browser and type the url need to inspect and then click the inspect icon.

Capture0.PNG
.
http://gimscode.blogspot.com/2018/06/enable-remote-debugging-for-android.html
Visit Here http://gimscode.blogspot.com/2018/06/enable-remote-debugging-for-android.html
.

Discover and read more posts from Gimhan Kasun
get started
post commentsBe the first to share your opinion
Show more replies