I would like to debug my project on android remotely. How can I do that? I have build phonegap project that runs on android ant apache (i think) and I am building it with eclipse but just the logcat isnt anough. So I would like to know if there are any simple remote debuging programms?
Share
I haven’t found anything apart this:
http://people.apache.org/~pmuellr/weinre/docs/1.x/1.5.0/
This is official phonegap debugging tool for apps build on their site. Try also:
PhoneGap Debug Docs
Again, this works on PhoneGap build builded app. But if you add a proper definition in head of your htmls, you are also able to use this tool with your Eclipse builded apps.
Try adding this:
There is another one line to add. I can’t rember it right now. I will update it later:P