Google Play在项目中使用Realm的64位合规性

问题描述 投票:1回答:1

在我的项目中,我正在使用Realm。我遵循了Realm定义的所有步骤。为了使该应用程序兼容64位,还请遵循Google提到的steps。在我的应用gradle.build中,我将其添加到defaultConfig中:

ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' ,'x86_64'

APK分析器按预期显示了所有必需的.so文件:enter image description here

APK在真实设备以及仿真器上都能正常运行。但是,当我将APK提交给Google Playstore时,出现了错误:

enter image description here

我已经在StackOverflow上查看了类似的问题,但找不到任何解决方案。使用Realm的其他人找到了此问题的解决方案,请帮助。

android android-ndk android-gradle realm realm-mobile-platform
1个回答
0
投票

这些库are not available at the moment和Google Play小组已意识到这一点。希望他们尽快发布更新。

© www.soinside.com 2019 - 2024. All rights reserved.