2015-07-12 119 views
0

我加入這個插件https://github.com/bcsphere/bluetooth到我的應用程序:科爾多瓦需要一個插件

phonegap plugin add https://github.com/bcsphere/bluetooth.git 

我下面的教程: https://github.com/bcsphere/tutorial/blob/master/chapter01/js/index.js#L17

據我所知,該插件的WWW文件夾將合併我的應用程序的www文件夾?那我怎麼正確導入模塊,因爲

var BC = window.BC = cordova.require("org.bcsphere.bcjs"); 

導致以下錯誤:

file:///data/data/com.adobe.phonegap.app/files/files/phonegapdevapp/www/cordova.js:59

Uncaught module org.bcsphere.bcjs not found

如果你看看這個插件的WWW文件夾https://github.com/bcsphere/bluetooth/tree/master/www你可以看到所有可用的模塊。我需要主:https://github.com/bcsphere/bluetooth/blob/master/www/org.bcsphere/bc.js

編輯

我也試過org.bcsphere.bc.jsorg.bcsphere.bcorg.bcsphere/bc.js

回答

0

所以我不完全相信,因爲我不能嘗試,但在邏輯上認爲它是

org.bcsphere/bc.js 

對不對?

+0

是的,但它會產生相同的錯誤:「未找到未捕獲的模塊org.bcsphere/bc.js」 – user1930254