Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在Barcode scanner我的应用程序中添加一个设施。我尝试core.jar从 ZXing 2.0 添加到我的应用程序并尝试在 Android 2.1 上运行它。但是,安装后,“打开”选项卡处于隐藏模式。
Barcode scanner
core.jar
为什么“打开”选项卡没有显示?ZXing 2.0是否只有特定的android版本?
没有。ZXing 支持 Android 1.5+ 直到 1.7 版本,并支持 Android 2.1+ 从 2.0。我不知道“打开”选项卡处于隐藏模式是什么意思,但它与 ZXing 无关,听起来像是你自己的应用程序中的东西。