我正在使用BarcodeScanner plugin for phonegap,它使用Google ZXing库进行条形码扫描。我在项目目录中使用命令cordova plugin add https://github.com/wildabeast/BarcodeScanner
安装了这个phonegap。
我在ZXing库中编辑了一些代码,以便应用程序使用前置摄像头而不是后置摄像头。我需要找到一种更新ZXing库的方法,以便我的更改能够正常工作。基本上我需要一个新的com.google.zxing.client.android.captureactivity.jar
。我到底该怎么做?
非常感谢你。