Buildbox Android Export Problem

Discussion in 'Technical Discussion' started by bagas1995, Mar 16, 2018.

  1. bagas1995

    bagas1995 Boxer

    Joined:
    Dec 8, 2017
    Messages:
    5
    Likes Received:
    0
    Hello.. I Followed the step from this video:

    While Gradle Build is Sycing, the sync was failed. Here's the Errors.
    1. Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:multidex:1.0.2.
    2. Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.android.support:multidex-instrumentation:1.0.2.
    3. Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.android.support:multidex:1.0.2.

    I tried to changed targetSdkVersion and compileSdkVersion but still doesn't work. Anyone know how this happened and what should i do to troubleshoot it? I'm used Buildbox version 2.2.8 and Android Studio Version 3.0.1.
    P.S. Sorry for my not-so-good English.
     
  2. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541
    Hello, this type of problems is very well known.
    For Buildbox 2.2.X you have to use Eclipse and Java JDK 1.7
    For Buildbox 2.3.X you have to use Android Studio and Java JDK 1.8

    If you want to use Android Studio, you have to update your version of Buildbox.

    Do not try to create in Android Studio a game created with BB 2.2.x, because it will have a lot of problems, which will not be solved.
     

Share This Page