Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity+ google play + x64 support

Discussion in 'Android' started by glutvort, Aug 9, 2019.

  1. glutvort

    glutvort

    Joined:
    Apr 13, 2019
    Posts:
    31
    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
     

    Attached Files:

  2. MechEthan

    MechEthan

    Joined:
    Mar 23, 2016
    Posts:
    166
    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:
    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!
     
    glutvort likes this.