[android-developers] Re: Android Browser debug question

2010-05-12 Thread Maps.Huge.Info (Maps API Guru)
What I would do first is try loading the page on a desktop with Firefox and Firebug to make sure you have no obvious errors. If it passes this test then try the next suggestion on your device. I believe JavaScript errors from the browser will still show up in the log. All you need is to dump your

[android-developers] Re: Android Browser debug question

2010-05-12 Thread ຄຳ
hi Thanks for answer > > How can I debug that? > > Turn on USB debugging on the phone, set it to allow external apps, plug it > in via USB, install the proper drivers, the run your app from Elipse - your > phone should be a target. Deploy it to your phone and debug as usual. I don't use Eclipse