cordova - phonegap build android does nothing -
i have phonegap cli application until working fine , able publish google play store in alpha testing mode.
so in www directory did 'phonegap build android' , in platforms/android directory did 'ant release' create signed release apk.
i've been forced upgrade phonegap version, google play store rejected latest submission no longer supported level using (i think 3... something).
so, when 'phonegap -v' 5.3.6.
when i'm in www directory , 'phonegap build android --verbose' get:
[phonegap] executing 'cordova build android --verbose'...
[phonegap] completed 'cordova build android --verbose'
with no time @ between first line , second line, no verbose output , no apk output!
any idea going wrong?
thanks
graham
its seems related nodejs 5.0... in case cordova build command seems failling since update.
after investigation can pass problem running "build script" in platform/build folder
./platforms/android/cordova/build
Comments
Post a Comment