Goodbye buildbox !

Discussion in 'How Can I...?' started by bahaeeddine2010, Jan 28, 2016.

  1. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    i love buildbox but ..
    i have spent my money and my time using buildbox to bring my ideas to life , but every time i try to export my game to apk , i get this notification " unotunately app has stopped " , i've contact support , i've posted many questions about that , no one knows what is the reason behind !
    i've built two game , 15 days on each one , this obstacle just ruined my life lol
    the best solution is the leave buildbox for a while until they fix this problem !
    Good luck everyone
     
  2. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    Have you followed the android export guide? Im not a android person and was able to follow the steps and get my apk created without any issues.
    It seems like a settings issue as I haven't seen anyone else report this issue.
     
    bahaeeddine2010 likes this.
  3. Metal Soul

    Metal Soul Boxer

    Joined:
    Oct 1, 2015
    Messages:
    14
    Likes Received:
    4
    Hello

    Bro take this advice from me

    Whenever you dealing with android sh**
    Try to take very long breath... Or maybe broke you keyboard, or maybe worse like commit suicide

    The reason the android is just a trash can with tons of java classes nothing else

    So patience is necessary

    Are u sure setup the environment right?
     
    zfek and bahaeeddine2010 like this.
  4. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    try to install your apk , and install another app from google play then you will get this error ,
    please frovide me the guide link
     
  5. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    @Metal Soul yes everything is ok ! the apk works fine on my phone , but when i try to install a second app from google play , the first one notify me with this message " unfortunately app has stopped "
    the problem is i spent a month of learning an buying graphics haha
     
  6. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
  7. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    @andre_sprs you see that's what i am talking about , but when you install Ketshapp games or Phases as an example , this game is created using buildbox , so why we don't get this message , lol there is something hidden from us haha
    anyway thank you so much @andre_sprs , @Metal Soul , i will wait for another stable version of buildbox !
     
  8. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541
  9. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    @jcalle Ah, Thanks for that.
    @bahaeeddine2010 I guess your best bet is the downgrade to BB 1.3.3 or @jcalle is this fixed in BB2.0 from what you can tell?
     
    bahaeeddine2010 likes this.
  10. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    @jcalle thank you i will try to downgrade to 1.3.3 and i will see !
    thank you for your suggestion .
     
  11. mugen_id

    mugen_id Boxer

    Joined:
    Oct 6, 2015
    Messages:
    76
    Likes Received:
    32
    if the problem has been resolved
    ..?
     
  12. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    Everyone waits for the 1.3.6 hoping that will solve this (this too)
     
    Collin Wade Thiessen likes this.
  13. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    For now, when you export to android, open AndroidManifest.xml file and delete the following HEYZAP line:

    <!-- HEYZAP -->
    <activity android:name="com.heyzap.sdk.ads.HeyzapInterstitialActivity" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize" />
    <activity android:name="com.heyzap.sdk.ads.HeyzapVideoActivity" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize" />
    <activity android:name="com.heyzap.sdk.ads.HeyzapProxyActivity" />
    <activity android:name="com.heyzap.sdk.ads.VASTActivity" />
    <receiver android:name="com.heyzap.sdk.ads.PackageAddedReceiver">
    <intent-filter>
    <data android:scheme="package"/>
    <action android:name="android.intent.action.PACKAGE_ADDED"/>
    </intent-filter>
    </receiver>
    <!-- HEYZAP -->

    This so far stops the crashing
     
    trudnai and qiang_ma like this.
  14. BossGames

    BossGames Boxer

    Joined:
    Jan 21, 2016
    Messages:
    62
    Likes Received:
    20
    Hey man did solve your problems ?
     
  15. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
  16. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    Hey @sysads if you delete that line, does HeyZap still work?
     
  17. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    Oh obvious it won't work as I have never used it before but if i do recall another alternative is to load the SDK. If you do that, then no need to remove the HEYZAP line but like I said I have never used it so someone who had used heyzap could verify if this is the case and if they get the STOP crash error
     

Share This Page