Friday, June 1, 2018

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.
  1. plug you android device to computer.
  2. Enabled developer option.
    1.   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


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

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

                             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.

  2. Open chrome inspect mode and enable the remote device.

 3. now you can see the device is connected
4. now in your android device open chrome browser and type the url need to inspect and then click the inspect icon.

.

No comments:

Post a Comment