How to debug android app using Chrome browser
Here we will understand how we debug the android application using a chrome browser.
Connect your android device to the system.
Go to developer mode in the mobile device and enable USB debugging.
Open the Chrome browser and navigate to this URL chrome://inspect
It will show the list of device connected to the system.
Select the mSeva application and click on inspect.
It will open a new window, where we can see the mobile preview and developer tool.
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