Game Crashes With Game Services Id

Discussion in 'Technical Discussion' started by digitalpixl, Sep 10, 2016.

  1. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    when i add Game Services ID to Buildbox then export to Android, build in Android Studio the game crashes when opened, I have emailed support about this issue 5 days ago. but they have not got back to me with a solution. Can anyone shed some light on what could be wrong. When i remove the Game Services ID the game works fine. Im new to BuildBox, and Publishing to Android.
     
  2. Marosh

    Marosh Boxer

    Joined:
    Sep 8, 2016
    Messages:
    1
    Likes Received:
    0
    Any fix for this?
     
  3. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    Nothing yet... Buildbox support does not provide support when building Android apps with Android Studio.
     
  4. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    Is this using Buildbox 2.2.5? Or 1.3.7? Both have been updated recently I have seen, with 2.2.5 appearing yesterday. Or you could use Eclipse which won't fix the problem but will provide a work around if you are waiting just to publish
     
  5. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    It is Buildbox 2.2.5.
     
  6. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    i built it in Eclipse and its working properly now
     
    spicedbeangames likes this.
  7. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    thanks for the info.
     
  8. woonza

    woonza Boxer

    Joined:
    Sep 23, 2016
    Messages:
    18
    Likes Received:
    6
    I think this is what happening your case
    For BB2 2.2.5 I had a small issue with the Google Play Game Services I am not sure if this is relevant but for the future if you get this problem here is the solution.

    If you import it in Android studio the support-v4-19.0.1.jar does not contain the ArrayMap.java what GoogleApiClient uses will throw an Exception Error
    solution either create this folder structure in your src folder
    android\support\v4\util
    and find ArrayMap.java in your sdk and add it to your util folder
    see bellow example
    C:\Users\user\AppData\Local\Android\sdk\sources\android-23\android\support\v4\util\ArrayMap.java

    I hope this clear up a few things let me know if you need more help
     
  9. digitalpixl

    digitalpixl Boxer

    Joined:
    Sep 6, 2016
    Messages:
    14
    Likes Received:
    1
    im back it again( creating games) okay i have verified that the "arryMap.java is in the "util" foder and it is. Is there not a fix to this yet?
     

Share This Page