Skip to content

Using libgdx with android studio

badlogic edited this page Sep 14, 2013 · 1 revision

Using libgdx with Android Studio

At Google I/O 2013, the Android tools team released Android Studio, and IDE based on IntelliJ IDEA, focusing on pure Android development.

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.

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.

However, we'll try to make developing libgdx applications with the new Android Gradle build system possible in the near future.

If you must use Android Studio, check out this thread on the forums.

Alternatively you can use IntelliJ Idea with libgdx, potentially with Maven.

Table of Contents

a note from the translation

Wiki Style Guide

Clone this wiki locally