【发布时间】:2017-11-13 12:05:15
【问题描述】:
我已经成功地将 zxing core.jar 库集成到了 android Marshmallow 之下,但是在将其集成到 Marshmallow 之上时,它给了我以下错误:
android.content.ActivityNotFoundException: NO activity found to handle
intent{act=com.google.zxing.client.android.SCAN}
提前致谢。
【问题讨论】:
-
您可以检查并发布您项目中的合并清单吗? => stackoverflow.com/questions/32087870/…
-
是的。但是当我从 core.jar 库注册 CaptureActivity 时,它给了我错误。未找到活动。
-
如果没有像清单这样的更多代码,我们无法为您提供帮助 :)
标签: android android-6.0-marshmallow zxing