Upgrade to phonegap 3.3.0

后端 未结 3 539
执笔经年
执笔经年 2020-12-19 03:49

I Am upgrading my phonegap project(s) from phonegap 2.9.0 to the latest one, phonegap 3.3.0. Because it has a lot of big improvements.

It\'s about an android project

3条回答
  •  感情败类
    2020-12-19 03:58

    Well this page seems to explain it (I could only get to this answer by eclipse, the commandline interface (CLI) did never give me any warnings.

    this error:

    Could not find cordova.js script tag. Plugin loading may fail
    

    lead me to:

    https://github.com/phonegap/phonegap-cli/issues/134

    and now it seems you have to change the code generated by phonegap create!!

    
    
    

    However... this does not help me, still the same error.

    So I changed it back in to:

    
    

    I leave this answer, because for others this seemed to have worked (?)

提交回复
热议问题