【问题标题】:Error found "This release is not compliant with the Google Play 64-bit requirement(Opencv lib)"发现错误“此版本不符合 Google Play 64 位要求(Opencv lib)”
【发布时间】:2020-05-22 02:04:25
【问题描述】:

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

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

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

【问题讨论】:

  • 是的,@Rajesh 出现此错误是因为 Opencv Lib 只有 32 位,并且您的项目中可能没有 Opencv 的 64 位库。因此,请检查您的项目(app/src/main/jniLibs)检查此文件夹中是否有 armeabi-v7a(32 位)和 arm64-v8a(64 位)可能缺少这个。

标签: android opencv opencv3.0 google-play-console opencv3.1


【解决方案1】:

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

armeabi-v7a(32bit)

arm64-v8a(64位)

可能是这个不见了。

【讨论】:

    猜你喜欢
    • 2020-10-27
    • 2019-12-22
    • 1970-01-01
    • 2019-09-25
    • 1970-01-01
    • 2020-01-24
    • 2021-01-17
    • 2020-03-07
    • 1970-01-01
    相关资源
    最近更新 更多