Android二维码扫描开发------zxing导出jar包
To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Started-Developing ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Supported Formats 1D product 1D industrial 2D UPC-A Code 39 QR Code UPC-E Code 93 Data Matrix EAN-8 Code 128 Aztec (beta) EAN-13 Codabar PDF 417 (beta) ITF RSS-14 RSS-Expanded 首先要取得jar包,开发的时候直接把jar导入,获取jar包有两种方式 1、根据sourcecode自己编译 2、网上下载 https://repo1.maven.org/maven2/com/google/zxing/ 本文主要是自己编译jar包 下载zxing源码 https://github.com/zxing/zxing/releases 解压完结构如下