Scanner icon indicating copy to clipboard operation
Scanner copied to clipboard

远程依赖不支持吗

Open byc4426 opened this issue 5 years ago • 1 comments

远程依赖
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")
就是正常

byc4426 avatar Apr 14 '21 03:04 byc4426

加jcenter试试

shouzhong avatar Apr 30 '21 05:04 shouzhong