Search code examples
iosandroid-studiolibgdxrobovm

libGDX RoboVM fork iOS build error


I always get the same strange error when I try to run the iOS version of my libGDX game. The error only shows this message: Error:com.android.tools.idea.gradle.util.Projects.lastGradleSyncFailed(Lcom/intellij/openapi/project/Project;)Z

I can sync gradle successfully but the error message stays the same. It was suggested to use the same android studio version as the RoboVM fork version, so I did that. Now I use version 2.3.0 for them both, but it wasn't fixed by doing this. To set up RoboVM I followed the instructions from the RoboVM fork website: http://robovm.mobidevelop.com/.

Does someone know how to fix this problem?


Solution

  • RoboVM having some incompatibly issue with Android Studio/IDEA, version 2.3.0.

    Try to use MobiDevelop RoboVM 2.3.2-SNAPSHOT version that having fixes for the same.

    There is a pull request for this problem in master branch, you can check that.