|
Post by fnllc on Aug 19, 2019 18:04:47 GMT
I'm using Rhomobile 7.1. 1 (Latest 7-1-Stable branch). I'm getting the following error when publishing in Google Play:
Error This release is not compliant with the Google Play 64-bit requirement
The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 4000009.
My build.yml Android settings are the following:
android: minSDK: 26 targetSDK: 28 android_title: 0 manifest_template: "AndroidManifest.erb" abis: - arm - aarch64 - x86 version: "9.0" emulator: "Pixel_3_API_28"
|
|
|
Post by Alex Epifanov on Aug 19, 2019 18:09:11 GMT
can you check if you have arm64 binaries inside final APK?
|
|
|
Post by fnllc on Aug 19, 2019 18:29:18 GMT
The lib folder has:
arm64-v8a libc++_shared.so librhodes.so armeabi libc++_shared.so librhodes.so x86 libc++_shared.so librhodes.so
|
|
|
Post by fnllc on Aug 19, 2019 19:26:13 GMT
The issue is because I have x86, but no equivalent 64Bit for x86. I just removed x86 and it worked. I'm not sure if Rhomobile supports 64Bit on x86.
|
|
|
Post by Alex Epifanov on Aug 19, 2019 20:16:59 GMT
No it doesn't. Just, arm32, arm64 and x86-32 for now.
|
|