gpt4 book ai didi

android - 为什么我使用 PhoneGap 和条码扫描器插件时总是收到 "No activity found to handle Intent"?

转载 作者:行者123 更新时间:2023-11-29 14:04:07 26 4
gpt4 key购买 nike

我已经使用 PhoneGap 构建了一个简单的应用程序,我正在尝试使用以下代码打开条形码扫描仪:

var scanCode = function() {
window.plugins.barcodeScanner.scan(
function(result) {
alert("Scanned Code: " + result.text
+ ". Format: " + result.format
+ ". Cancelled: " + result.cancelled);
}, function(error) {
alert("Scan failed: " + error);
});
}

当我调用此函数时出现错误:

Scan failed: No Activity found to handle Intent {act=com.phonegap.plugins.barcodescanner.SCAN cat=[android.category.DEFAULT]}

我还注意到日志中出现以下错误:

11-10 21:32:50.830: I/Database(1052): sqlite returned: error code = 14, msg = cannot open file at source line 25467

我已经在这个问题上停留了几个小时。谁能提供建议?顺便说一句,我正在使用手机而不是模拟器进行测试。

最佳答案

您是否至少使用 PhoneGap 1.1.0 并且是否完全按照 https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner 中的描述更新了 AndroidManifest.xml 和 res/xml/plugins.xml .

还有其他分步说明 here .

关于android - 为什么我使用 PhoneGap 和条码扫描器插件时总是收到 "No activity found to handle Intent"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8089460/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com