How to debug android app using Chrome browser

Here we will understand how we debug the android application using a chrome browser.

  1. Connect your android device to the system.

  2. Go to developer mode in the mobile device and enable USB debugging.

  3. Open the Chrome browser and navigate to this URL chrome://inspect

  1. It will show the list of device connected to the system.

  1. Select the mSeva application and click on inspect.

  1. It will open a new window, where we can see the mobile preview and developer tool.

  1. Start debugging the application as we have done in normal web applications.

 

 

Useful links

https://www.youtube.com/watch?v=x4q86IjJFag

https://developers.google.com/web/tools/chrome-devtools/remote-debugging