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

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
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:
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!