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
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”
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/)
-
Open chrome inspect mode and enable the remote device.
-
now you can see the device is connected
-
now in your android device open chrome browser and type the url need to inspect and then click the inspect icon.
.
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
.