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.
我已经下载了适用于 android 的 Zxing Barcode Scanner 代码。 我将 core.jar 添加到我的 android 项目构建中它可以编译但是当它在刺激器上运行时仍然缺少类错误 java.lang.ClassNotFoundException: com.google.zxing.ResultMetadataType 当我将代码的所有源代码添加到我的项目 src没有更多的错误
如果我想添加我在android项目中定义的jar包怎么做?
试试这个:
在 Properties -> Java Build Path -> "Order and Export" 中勾选此 jar 的框(之前已列出,但未选中)
在这里回答: NoClassDefFoundError - Eclipse and Android