2023-01-12 20:49:14 +01:00
|
|
|
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
Android Studio
|
|
|
|
==============
|
|
|
|
|
2023-01-12 20:57:31 +01:00
|
|
|
`Android Studio ( https://developer.android.com/studio )` is a free
|
|
|
|
`JetBrains ( https://www.jetbrains.com/ )` IDE for Android development.
|
2022-03-18 17:46:08 +01:00
|
|
|
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**.
|
|
|
|
|
2023-01-12 20:16:00 +01:00
|
|
|
.. figure:: img/android_studio_setup_project_1.png)
|
2022-03-18 17:46:08 +01:00
|
|
|
:figclass: figure-w480
|
|
|
|
:align: center
|
|
|
|
|
|
|
|
Android Studio's welcome window.
|
|
|
|
|
2023-01-12 19:43:03 +01:00
|
|
|
- Navigate to `<Godot root directory>/platform/android/java` and select the `settings.gradle` file.
|
2022-03-18 17:46:08 +01:00
|
|
|
- Android Studio will import and index the project.
|
2023-01-12 20:39:50 +01:00
|
|
|
- To build the project, follow the `compiling instructions <toc-devel-compiling )`.
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
If you run into any issues, ask for help in one of
|
2023-01-12 20:39:50 +01:00
|
|
|
`Godot's community channels ( https://godotengine.org/community )`.
|