Android web application debugging

I am developing a web application for iPhone and Android. It works flawlessly on the iPhone, but when I try to run it on an Android device, it just doesn't work.

But to the point ... I need to access the (JavaScript) console errors in the default Android browser. Is there any way to do this?

I tried changing the “Enable Tracing” setting after gaining access to the hidden menus about:debugin the browser, but nothing seems to be changing.

UPDATE: by the way, I'm using the Android Virtual Device software from the Android SDK.

+3
source share

Source: https://habr.com/ru/post/1753061/


All Articles