发现错误 "This release is not compliant with the Google Play 64-bit requirement(Opencv lib)"

Error found "This release is not compliant with the Google Play 64-bit requirement(Opencv lib)"

以下 APK 或 App Bundle 可用于 64 位设备,但它们只有 32 位本机代码:5。 在您的应用程序中包含 64 位和 32 位本机代码。使用 Android App Bundle 发布格式自动确保每个设备架构只接收它需要的本机代码。这样可以避免增加应用的整体大小

在 Play 商店上传 APK 时发现此错误。 我们使用 OpenCV Lib 进行图像重组。

anybudy可以帮忙解决这个问题吗? 提前致谢。

出现错误是因为 Opencv 库只有 32 位并且可能在您的项目中没有 Opencv 的 64 位库。因此,请检查您的项目(app/src/main/jniLibs) 检查下面的文件夹

armeabi-v7a(32bit)

arm64-v8a(64bit)

可能是这个不见了。