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

时间:2019-09-18 14:33:03

标签: android android-ndk android-gradle-plugin realm realm-mobile-platform

在我的项目中,我正在使用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并找到解决此问题的方法的人,请帮忙。

1 个答案:

答案 0 :(得分:0)

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