我跟着tutorial here在我的Android項目中安裝了phonegap插件。無法在Android中使用PhoneGap條形碼掃描器插件
科爾多瓦(PhoneGap)的版本是2.3.0,我從this github link下載插件;
這裏是我的代碼,我嘗試調用條碼掃描器:
window.plugins.barcodeScanner.scan(success,
function(error) {
alert("scanning failed: " + error)
}
);
當我按下按鈕來調用方法,我得到以下錯誤:
scanning failed : Class not found.
我是什麼做錯了?
我相信我這樣做了。 我還將以下權限添加到AndroidManifest.xml中: –