Android Studio¶
Android Studio is a free JetBrains IDE for Android development. It has a feature-rich editor which supports Java and C/C++. It can be used to work on Godot's core engine as well as the Android platform codebase.
Importing the project¶
- From the Android Studio's welcome window select Open an existing Android Studio project.

Finestra di benvenuto di Android Studio.
- Navigate to
<Godot root directory>/platform/android/java
and select thesettings.gradle
file. - Android Studio will import and index the project.
- To build the project, follow the compiling instructions.
Se ci si imbatte in qualsiasi problema, chiedi aiuto in uno dei Canali della comunità di Godot.