unfortunately " app name " has stopped !!

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

  1. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
    Hello !
    when i export my game from eclipse , and i install it it works fine , but when i install another app on my phone , the first app crash and notify me with this error " unfortunately " (1st app name)" has stopped " !!
    i am really upset , can anyone help me !
    this is because of eclipse or something else !
    ( my exported game's name : " Untitled " )
    [​IMG]
     
    playsgames6666 likes this.
  2. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    no it's a known bug happened with all BB games i think its going to be fixed in the next release.
     
    bahaeeddine2010 likes this.
  3. bahaeeddine2010

    bahaeeddine2010 Boxer

    Joined:
    Jan 10, 2016
    Messages:
    22
    Likes Received:
    8
  4. tecigo

    tecigo Guest

    Joined:
    Feb 17, 2016
    Messages:
    1
    Likes Received:
    0
    it's not fixed yet... how do you convince somebody to stay pass trial?
     
  5. Gregory Storm

    Gregory Storm Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    169
    Likes Received:
    130
    Repeatable crashes is a known bug? How are you supposed to release on Android?
     
    Collin Wade Thiessen likes this.
  6. Collin Wade Thiessen

    Collin Wade Thiessen Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    291
    Likes Received:
    341
    +1 needs to be fixed
     
  7. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    Hello, I use 1.3.3
    BB 1.3.4 and 1.3.5 no work correctly for Android.
     
    Collin Wade Thiessen likes this.
  8. Gregory Storm

    Gregory Storm Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    169
    Likes Received:
    130
    Is there a direct link to download BB v1.3.3? How do I downgrade?
     
  9. Aaron F

    Aaron F Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    146
    Likes Received:
    161
    your game will work on Android but for some strange reason if you run a different app you will get that message. This doesn't happen while your playing but when you open another app
     
  10. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    Ok
    to fix this is easy.
    If your not using Heyzap then in the android manifest.xml delete all the code related to Heyzap.
    Looks like this-
    <!-- 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 -->
    just delete that and you will not have a problem.

    if you use Heyzap, you then have to add the sdk.
     
  11. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    playsgames6666 likes this.
  12. Gitesh

    Gitesh Boxer

    Joined:
    Jun 4, 2017
    Messages:
    6
    Likes Received:
    0
    My app crashes when i open. And also my app name is "untilted" why? I made my app from eclipse and Android 6 Api 23 from buildbox 2.2.9.
     

Share This Page