Buildbox Game Canot Opload Again Android 12

Discussion in 'Buildbox General Discussion' started by dwiiswanto1, Aug 31, 2022.

  1. dwiiswanto1

    dwiiswanto1 Boxer

    Joined:
    Oct 26, 2015
    Messages:
    6
    Likes Received:
    1
    iam use BB clasic , i have problem when upload in Playstore , google give me notice must opload for support android 12. i edit some code in AS and already can opload in PS but have problem in android 12 OS game always close, please fix ASAP for this new update, in november google warm again app must target in sdk 13.
    info:
    https://developer.android.com/google/play/requirements/target-sdk
     
  2. mrqwuyx

    mrqwuyx Avid Boxer

    Joined:
    Oct 8, 2015
    Messages:
    107
    Likes Received:
    50
    @Hue Buildbox @Sean Buildbox How many days we need to wait for the update

    Now due to the above issue, we cannot update the app in google play, Please fix this asap
     
  3. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Just update your target sdk in android build.gradle file to latest
     
  4. Moaula

    Moaula Boxer

    Joined:
    Jul 20, 2022
    Messages:
    11
    Likes Received:
    0
    @Hue Buildbox @Sean Buildbox This must be resolved, and the community must be informed of what's happening at buildbox, the support must have time to actually be supporting the customers of the program. it is important, right now customer service of buildbox is poor.

    So whats the timeline on when this will be resolved?
     
  5. Moaula

    Moaula Boxer

    Joined:
    Jul 20, 2022
    Messages:
    11
    Likes Received:
    0
    It's not just that, when running the game there are methods missing. this means that it's incomplete.

    this is one of them
    ==========

    E/JniHelper: Failed to find static method id of getSDKVersion
    E/JniHelper: Failed to find static java method. Class name: org/cocos2dx/lib/Cocos2dxHelper, method name: getSDKVersion, signature: ()I
    E/AudioPlayerProvider: Fail to get Android API level!

    ===========
     
  6. swimmingames

    swimmingames Boxer

    Joined:
    Jan 28, 2022
    Messages:
    7
    Likes Received:
    6
    using BB classic as well, and i'm just blocked. unable to release my game on play store due to too old API...
    How long will it take to update the app so we can continue to work? :(
    Can someone keep us informed please
     
  7. Hue Buildbox

    Hue Buildbox Administrator Staff Member

    Joined:
    May 11, 2017
    Messages:
    456
    Likes Received:
    209
    Hi, you can click the light bulb and update the API to the latest version. Any highlighted line can be updated by clicking the lightbulb on the left side. (Please see the attached video)
    Video: https://drive.google.com/file/d/1P2hOdfPbTKm4fclTVVIgGo3jSPqfgSLT/view?usp=sharing
     

    Attached Files:

  8. dwiiswanto1

    dwiiswanto1 Boxer

    Joined:
    Oct 26, 2015
    Messages:
    6
    Likes Received:
    1
    Hy Hue buildbox team please live opload in PS and see the error that occurs when the AAb is finished uploading there, the image below will appear. and until this week i can't work anymore using bb classic.
    [​IMG]
     
  9. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    You need to set android:exported property to true for your main activity.

    Check android.manifest file
     
  10. J.E.Moores

    J.E.Moores Boxer

    Joined:
    Feb 5, 2019
    Messages:
    16
    Likes Received:
    4
    I'm having troubles publishing too. Android Studio failed the build even after adroid:exported was set to true. I checked everything, set target sdk, made sure I checked the right sdk packages in settings, updated gradle etc. I get an error in PTServicesBridge.java - cannot find symbol errors. I have a screen shot. I've gotten through the Android Studio publishing process many times in the past, but this one has me stumped. Seems like there's a lot of easy, (but confusing) stuff to do to make it all work. I must be missing one more step that I don't know yet. I'm trying to update Wiggly Loaf, but Android Studio has not been easy. I'm one of the most non-codiest of the non-coders out there. I always work a few days before I contact support because I really try to figure it all out myself. Not sure what to do at this point. Thanks for all that you do. Jay~
     

    Attached Files:

  11. swimmingames

    swimmingames Boxer

    Joined:
    Jan 28, 2022
    Messages:
    7
    Likes Received:
    6
    Hi,
    I took me long time to figure out everything i had to do to make it work...
    I had the same issue if i upgraded everyting. But there is one thing i had to not upgrade, but had to let it as it was, and then it works.
    Check in "build.gradle (module:android.app)", scroll down to "dependencies", the second ligne "gms: pay-services-games" (see screenshot) has to remain at version 21.0.0. When i upgrade to version 23, i have the same error as you have. The rest can be upgraded and sync.
    Don't know if it will be same in your case, for me it's ok like this.

    Capture d’écran 2022-10-25 à 14.51.06.png
     
    J.E.Moores likes this.
  12. adrianjgomez

    adrianjgomez Boxer

    Joined:
    Apr 1, 2016
    Messages:
    68
    Likes Received:
    45
    Is it buildbox 3 or classic?
     
  13. J.E.Moores

    J.E.Moores Boxer

    Joined:
    Feb 5, 2019
    Messages:
    16
    Likes Received:
    4
    I am using Classic. Thank you.
     
  14. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Did you updated the sdk ?
     
  15. J.E.Moores

    J.E.Moores Boxer

    Joined:
    Feb 5, 2019
    Messages:
    16
    Likes Received:
    4
    YES it worked as long as I also added to AndroidManefest.xml:
    implementation 'com.android.billingclient:billing:4.0.0'
    Thanks for the help. This video in the BB Forum also helped:
    https://www.buildbox.com/forum/inde...c-error-while-uploading-to-google-play.20951/
     
    swimmingames likes this.

Share This Page