This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
NodeJS 4.1.1 with cordova 5.3.3 will build fail #170
Comments
hi @fredgalvao by the way |
problem solved |
Good morning , friend as lograstes solve the problem ?. It is that I also have the same problem and I could not fix it |
Good morning , friend as lograstes solve the problem ?. It is that I also have the same problem and I could not fix it @bau720123 |
hi @ballestas0523 |
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi @macdonst
I am using NodeJS 4.1.1 version
here is my Procedure
step 1 (you will got 5.3.3 version for now)
npm install -g cordova
step 2
cordova create -d "cordovatest"
step 3
cd cordovatest
step 4 (you will got 1.3.0 version for now)
cordova plugin add phonegap-plugin-push
or
cordova plugin add https://github.com/phonegap/phonegap-plugin-push
step 5
cordova platforms add android
step 6
cordova build android --debug
or
cordova build android --release
finally build fail,here is my screenshot
by the way
if I never did the step 4 at the start,it will build success
but if I did step 4 before,Even I delete the "phonegap-plugin-push"
cordova plugin rm phonegap-plugin-push
and rebuild again,it still buld fail
I don't know why,but it really happen...
The text was updated successfully, but these errors were encountered: