Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Update</strong>: </p> <p>Since Android Studio 0.8.0 it is now possible to run Java and Android modules. This will not work by following these instructions (Android studio is based on Intellij). <a href="https://github.com/libgdx/libgdx/wiki/Gradle-and-Intellij-IDEA" rel="nofollow">Gradle Configuration</a></p> <p><strong>Old</strong>: </p> <p>They have forums and notice here: <a href="https://code.google.com/p/libgdx/wiki/AndroidStudio" rel="nofollow">https://code.google.com/p/libgdx/wiki/AndroidStudio</a></p> <blockquote> <p>Using libgdx with Android Studio </p> <p>At Google I/O 2013, the Android tools team released Android Studio, and IDE based on IntelliJ IDEA, focusing on pure Android development.</p> <p>Android Studio is sadly unfit for libgdx projects at this time, as it only allows the creation of Android projects. Standard Java projects are not supported, and it is unclear if this will ever become available.</p> <p>Libgdx's cross-platform nature does not lend itself well to development with Android Studio. This should not be a big hindrance, as libgdx projects don't benefit much from Android Studios capabilities. E.g. the layout preview is irrelevant for libgdx applications, as they don't use native Android UI widgets. The inline documentation support for Android APIs is also not needed for libgdx applications.</p> <p>However, we'll try to make developing libgdx applications with the new Android Gradle build system possible in the near future.</p> <p>If you must use Android Studio, check out this thread on the forums.</p> <p>Alternatively you can use Intellij IDEA with libgdx, potentially with Maven.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload