64 Bit Problem Buildbox

Discussion in 'How Can I...?' started by Mubuaze, Nov 11, 2019.

  1. Mubuaze

    Mubuaze Boxer

    Joined:
    Nov 10, 2019
    Messages:
    4
    Likes Received:
    0
    Hello, I have a problem about publishing apk on play store. It tells me

    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: 1.

    Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives only the native code that it needs. This avoids increasing the overall size of your app. Learn More
    i use bb 2.2.8
     
  2. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    Update to BB 2.3.8 Beta 2515 or wait.
     
  3. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Add this code
    ndk {
    abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' ,'x86_64'
    }

    within defaultConfig {

    } inside build.gradle

    Use latest gradle and compile with latest version
     
  4. mo7amed888

    mo7amed888 Boxer

    Joined:
    Mar 25, 2016
    Messages:
    1
    Likes Received:
    0
    not work :( I also tried to add files 64bit but hopelessly :(
     
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    You guys use old version of Buildbox, use the latest version out there, Version 2.3.8, build 2535 and you will not have any issues.
     
  6. abanop123456

    abanop123456 Boxer

    Joined:
    Nov 13, 2019
    Messages:
    3
    Likes Received:
    0
    when i add file arm64-v8a the game didn't work on device 64bit
    what i can do to fix it
     
  7. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    You do not have to add any files.
    You have to use BB 2.3.8 to be compatible with Android 64bits.
    The problem is not only the libraries that you put, also the code that BB creates to be compatible with 64bits.
     
    Codifie likes this.
  8. abanop123456

    abanop123456 Boxer

    Joined:
    Nov 13, 2019
    Messages:
    3
    Likes Received:
    0
    i use BB 2.3.3 how i fix it please
     
  9. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Upgrade to 2.3.8
     

Share This Page