有3个问题: 1. 新SDK在打开NEW_AUTH_VERSION=true之后,会在SDK中报错: 11-10 19:01:36.972 4437-4505/? E/PU: [ThreadGroup.java:693]uncaughtException--- Thread[Thread-174,5,main] java.lang.UnsatisfiedLinkError: No implementation found for void com.smarteye.coresdk.BVPU.NewAuth(java.lang.Object, java.lang.String) (tried Java_com_smarteye_coresdk_BVPU_NewAuth and Java_com_smarteye_coresdk_BVPU_NewAuth__Ljava_lang_Object_2Ljava_lang_String_2) at com.smarteye.coresdk.BVPU.NewAuth(Native Method) at com.smarteye.mpu.service.MPUService$Connection.bill(MPUService.java:414) at com.smarteye.bill.BillTool$1.run(BillTool.java:182) at java.lang.Thread.run(Thread.java:818) 2.使用MPU_SDK_NA20190530.zip原始代码不能编译通过,确认一些文件: D:\develop\Android_APP\mpuSDK\app\src\main\java\com\smarteye\storage\AddStorageMeta.java:7: 错误: 程序包com.smarteye.storage.StorageMeta不存在 import com.smarteye.storage.StorageMeta.MetaInfo; D:\develop\Android_APP\mpuSDK\app\src\main\java\com\smarteye\storage\AddStorageMeta.java:8: 错误: 程序包com.smarteye.storage.StorageMeta不存在 import com.smarteye.storage.StorageMeta.MetaList;
3.使用NEW_AUTH_VERSION为false编译出来的版本,测试时调用摄像头扫描认证二维码,Auth id显示为0,如附件图片所示。
|