Android phone not working

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

+4
source share
3 answers

This seems to be related to NodeJS 5.0 ... In my case, the Cordoba Build team seems to be disappearing from the moment of update.

After some investigation, it seems you can solve this problem by running the "build script" in your platform / build folder

./platforms/android/cordova/build
+9
source

, . , Adobe Id, Phonegap . Phonegap.

, , . , .

https://build.phonegap.com

0

. . , npm, Node.js, . npm ( api) . . , .

npm install -g cordova

must do it.

0
source

Source: https://habr.com/ru/post/1614046/


All Articles