[problem] My Game Does Not Run On My Android

Discussion in 'How Can I...?' started by Joman, Sep 25, 2018.

  1. Joman

    Joman Boxer

    Joined:
    Sep 25, 2018
    Messages:
    3
    Likes Received:
    0
    For a while in the development of my game in Buildbox, when testing it in the app is going very well but when I export through Eclipse, and I step to my smartphone does not run in this.

    My Specifications:

    Operating system: Windows 10
    Buildbox Version: 2.2.8
    Android System: 7.0
    Cell phone Model: LG G5

    I hope you can help me.

    Image Error:
    Unfortunately, Tap Tap Up has stopped
     

    Attached Files:

  2. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    Hello, welcome to the Buildbox forum, please see several tutorials before asking questions.
    https://www.buildbox.com/tutorials/
    https://www.buildbox.com/buildbox-1-tutorials/
    https://www.buildbox.com/guides/
    https://www.buildbox.com/manual/
    And very important, use the search engine.

    The version you indicate is quite old (2.2.8), you can only create your APK with Eclipse, and with Java 1.7.
    If you have created the APK file on your PC that has Java 1.8 installed, that may be the error, you have to uninstall Java 1.8 COMPLETELY, there can not be any trace of Java 1.8 (regedit, eclipse ...), and install Java 1.7
    Then, follow the tutorials to create your APK file.
     
    Joman likes this.
  3. Joman

    Joman Boxer

    Joined:
    Sep 25, 2018
    Messages:
    3
    Likes Received:
    0
    Thank you very much, but now I have a problem is that when you want to export with the JDK 1.7 installed and without any traces of 1.8 I get this error.
     

    Attached Files:

  4. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    JAVA, JAVA, JAVA, the problem is always the JAVA.

    https://javarevisited.blogspot.com/2015/05/fixing-unsupported-majorminor-version.html
    "TL:DR; upgrade to Java 8 or compile for lower JRE version using java -target 1.6 option"

    You have to select JAVA 1.7, not Java 1.8, please see the tutorials.
     

Share This Page