To debug an android phone on windows you need to follow these steps:
- On the Phone
- Enable USB Debugging on your Phone
- Enable USB Debugging on the Chrome browser of your phone
- On Windows 7
- Install the “ADB PLugin” extension on Chrome browser
- Install the phone drivers needed as per the phone you want to debug
- Connect the phone to windows
- Open “ADB Plugin” and start debugging!!!
Important Links
- http://www.androidcentral.com/how-enable-developer-settings-android-42
- http://devtoolsecrets.com/secret/mobile-using-developer-tools-on-android.html
- https://developers.google.com/chrome-developer-tools/docs/remote-debugging
Hope this helps!
Comments