Unity+ google play + x64 support

I made all of need for support x64 and…problems…
I Try enable build app bundle, disable build app bundle, split\no split apk, split/no split *obb.
I update all sdk, jdk, ndk. Check screens


4839881--464873--picturemessage_vbhsns4o.rav.png

You probably have an Android plugin that is missing an x64 binary – check for updates for your plugins.

Plugins can be .aar files that contain binaries or be loose binary files (usually .so files). Generally, if you see a folder labeled “armeabi-v7a” you also need an “arm64-v8a”, like in the screenshot below.

gvr.aar file example:
4840373--464948--upload_2019-8-9_10-4-20.png

To test locally, build only your ARM64 apk in “development” mode, install it on an x64 compatible phone, and run it with Android Studio’s logcat attached – it will crash and log an error when it cant find a missing binary reference.

There may be an easier way to find out which references are missing… if anyone knows, please reply!

1 Like