Question

I'm building a HTML5 Game and deploying it to my Android phone for testing using Apache Cordova.

Is there anyway to debug my application on the device while it's running, such as seeing the JS Console?

Was it helpful?

Solution

Have you taken a look at the debug.phonegap.com?

Another way you can upload the html to a server or localhost and use it. But this only for outside the apk:

https://developers.google.com/chrome-developer-tools/docs/remote-debugging

OTHER TIPS

You can also run your Cordova project via the AppGyver Steroids tooling, which gives you enhanced access to the Safari and Chrome web inspectors.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top