views:

46

answers:

1

Hi, I'm 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 does not work.

But to the point… I need to access the (JavaScript) error console in the Android default browser. Is there a way to do that?

I tried changing the "Enable tracing" setting after accessing the hidden about:debug menu in the browser but nothing seems to change.

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

+1  A: 

Has been previously answered here.

BrennaSoft
Oh, that's really inconvenient. Isn't there a way to see the console log directly on the device? (like in the iPhone Mobile Safari for example)
Jan Kuča