I have a CLG phone call application that until recently worked just fine and I was able to publish it on the Google Play store in alpha testing mode.
So, in the www directory, I made “phonegap build android”, and in the / android platforms directory I did 'ant release' to create a signed apk version.
I had to update my phone version since the Google Play store rejected my last submission because they no longer supported the level I used (I think it was 3 ... something).
So, now when I do "phonegap -v", I get 5.3.6.
When I am in the www directory and do "phonegap build android --verbose", I get:
[phonegap] Running 'corova build android --verbose' ...
[phonegap] completed "Cordoba builds android --verbose"
Having no time between the first line and the second line, there is no detailed output and output without the APK!
Any idea what could go wrong?
thanks
Graham
source
share