0

I have tried several ideas found online but it seems that phonegap 2.7.0 just wont build for Blackberry.

I followed the phonegap getting started guide, all seems fine except for two things.

$ /path/to/my_new_cordova_project/cordova/build <platform> would not build and

Ripple will not work:

Error message from ripple:

GET cordova_plugins.json 404 (Not Found) ripple.js:50
Uncaught SyntaxError: Unexpected token < cordova-2.7.0.js:10884
deviceready has not fired after 5 seconds. cordova-2.7.0.js:10718
Channel not fired: onNativeReady cordova-2.7.0.js:10711
Channel not fired: onPluginsReady cordova-2.7.0.js:10711
Channel not fired: onCordovaReady cordova-2.7.0.js:10711
Channel not fired: onCordovaConnectionReady 

Does anyone know how to fix this?

4

1 回答 1

0

当某些 Javascript 中存在“<”时,通常会引发此错误。检查文件是如何包含在 index.html 中的,并检查某个地方是否有多余的“<”。

于 2013-05-21T17:30:47.020 回答