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.

プロジェクトのインポート

  • Android Studioのウェルカムウィンドウから、 既存のAndroid Studioプロジェクトを開く を選択します。

../../../_images/android_studio_setup_project_1.png

Android Studioのウェルカムウィンドウ。

  • Navigate to <Godot root directory>/platform/android/java and select the settings.gradle file.

  • Android Studioはプロジェクトをインポートしてインデックスを作成します。

  • プロジェクトをビルドするには、コンパイル手順 に従ってください。

If you run into any issues, ask for help in one of Godot's community channels.