I have a phonegap CLI application that until recently was working fine and I was able to publish to the Google play store in alpha testing mode.
So in the www directory I did a 'phonegap build android' and in the platforms/android directory I did an 'ant release' to create a signed release apk.
I've been forced to upgrade my phonegap version, as the Google play store rejected my latest submission as they no longer supported the level I was using (I think it was 3... something).
So, now when I do a 'phonegap -v' I get 5.3.6.
When I'm in the www directory and do a 'phonegap build android --verbose' I get:
[phonegap] executing 'cordova build android --verbose'...
[phonegap] completed 'cordova build android --verbose'
With no time at all between the first line and the second line, no verbose output and no apk output!
Any idea what could be going wrong?
Thanks
Graham