equationl

Results 91 comments of equationl

> ![image](https://user-images.githubusercontent.com/7802673/278581971-85f8d489-841c-4eb8-97b9-ea0e744ce055.png) 我说的不支持指的是 fastdeploy 不支持,这个是基于 fastdeploy 部署的

长时间未回复,有需要请重新打开

这个不太清楚呢?这个加密功能是 paddle 官方就支持的吗?

试试最新的版本行不行呢?

@viclm 报错信息是什么

@viclm NDK 版本兼容问题,参考: https://github.com/facebook/react-native/issues/41238 https://blog.csdn.net/bby85/article/details/125449862

方便的话你发一个最小复现 demo 完整的项目给我,我试一下

你这个不是原生安卓项目吧?

就是 NDK 版本兼容问题,因为这里是直接引用的 xx.so 文件而没有实时编译,所以你通过 `ndkVersion '24.0.8215888'` 指定 NDK 版本是没用的。 由于安卓特性,不能有同名文件,所以你在 gardle 脚本中使用了配置 `pickFirst 'lib/arm64-v8a/libc++_shared.so'` 这导致会优先使用 app 模块的文件而非其他模块文件,换句话说就是 paddlerocr 可用的 `libc++_shared.so` 被替换成了你的项目生成的 `libc++_shared.so` 文件,但是这个文件不兼容 paddleocr。 因此,你有两个解决办法: 1. 修改你的项目构建选项,使其能够使用 paddleocr 的...

@anubhavmalik Could you please tell me what mobile phone you used for testing? I use Samsung s10, Android 10 can work well. Or, can you reply to Google's link about...