-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能不能适配arm64-v8a #39
Comments
有些是从网上下载的,本身是没有v8,我也无能为力 |
那咋办呢?把v7a的复制到v8a里面行不行?实在不行那就得换库了,现在各大平台都要求适配64的 |
就是身份证认证1和2还有我看源码你那个基础库libocr也没有v8a的 |
这个是ScannerIdCard2Lib,可以用ScannerIdCardLib,但是ScannerIdCardLib从反馈来看,部分手机识别不了 |
那你意思就是没有办法解决这个问题了是吗??? |
我自己搞定了已经 |
好的,感谢,方便说下解决方法吗 |
github上面搜索身份证识别,然后找到java分类下面那个XieZhiFa/IdCardOCR项目,找到lib下面的library-ocr-1.0.8-SNAPSHOT.aar然后下载下来解压找到里面的对应架构的so文件拷贝到你的项目里面就行了,亲测有效,代码都不用改,就增加so文件就行了 |
这个解决方案什么时候处理下呢 |
我试了同样的方法,还是崩溃哦 |
哥们,你参考的1.0.8确实找不到原始包拆解了,能麻烦分享一下arm64-v8a需要的so包吗?谢谢了,可以的话可以加[email protected] |
现在各大平台上传apk都需要兼容32和64,没有64的不行啊,啥时候能适配一下64位系统架构啊?
The text was updated successfully, but these errors were encountered: