Scanner
Scanner copied to clipboard
远程依赖不支持吗
远程依赖
implementation 'com.shouzhong:Scanner:1.0.3'
implementation 'com.shouzhong:ScannerLicensePlateLib:1.0.1'
报错
JNI DETECTED ERROR IN APPLICATION: jarray was NULL in call to GetByteArrayElements from java.lang.String com.shouzhong.licenseplate.PlateRecognition.recognize(byte[], int, int, long)
本地依赖
implementation project(":lib")
implementation project(":licenseplate")
就是正常
加jcenter试试