/
How to debug android app using Chrome browser
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
, multiple selections available,
Related content
Troubleshoot using Browser network Tab
Troubleshoot using Browser network Tab
More like this
How to debug android app using Chrome browser
How to debug android app using Chrome browser
More like this
Android web view and How to generate APK
Android web view and How to generate APK
More like this
Android web view and How to generate APK
Android web view and How to generate APK
More like this
Deployment of App on play store
Deployment of App on play store
More like this
Application Permissions and Dependencies
Application Permissions and Dependencies
More like this