Thursday, 22 August 2013

Phonegap (3.0.0) debugging

Phonegap (3.0.0) debugging

I have small issues with debugging Phonegap application.
What I know:
I can upload application data to build.phonegap.com, build it, download
application to phone and then use debug.build.phonegap.com to debug
application, that's fine. That works for me.
What I want:
I would like to build phonegap application locally using Phonegap 3.0.0
CLI and Android SDK ("phonegap local run android") and then use weinre
debug server at debug.build.phonegap.com. Everything works fine except I
can't see it in debug.build.phonegap.com.
Why I want it:
It takes too much time to upload data, build it, download back and run.
Even when I can use phonegap CLI ("phonegap remote build android"). I
still have to use QR code, download it and install. Much better would be
using "phonegap local run android" (which installs app to phone
automatically) and then be able to use weinre debugger on
debug.build.phonegap.com
Why it is not working?
I think this is not working because build scripts in build.phonegap.com
are adding attribute into config.xml before building app. But I do not
know how to fill it with data.
I hope this is understandable. Thanks in advance, Martin

No comments:

Post a Comment