Integrating the ZXing library directly into my Android application

后端 未结 17 1426
[愿得一人]
[愿得一人] 2020-11-22 04:35

I\'m writing this in mere desperation :) I\'ve been assigned to make a standalone barcode scanner (as a proof of concept) to an Android 1.6 phone.

For this i\'ve dis

17条回答
  •  礼貌的吻别
    2020-11-22 05:19

    If you just need the core.jar from zxing, you can skip that process and get the pre-built JARs from the GettingStarted wiki page

    Latest ZXing (2.2) doesn't have core.jar under core folder but you can obtain the core.jar from the zxing Maven repository here

提交回复
热议问题