android_studio.rst 879 B

123456789101112131415161718192021
  1. .. _doc_configuring_an_ide_android_studio:
  2. Android Studio
  3. ==============
  4. `Android Studio <https://developer.android.com/studio>`_ is a free
  5. `JetBrains <https://www.jetbrains.com/>`_ IDE for Android development.
  6. It has a feature-rich editor which supports Java and C/C++. It can be used to
  7. work on Godot's core engine as well as the Android platform codebase.
  8. - From Android Studio's welcome window, select
  9. **Open an existing Android Studio project**.
  10. .. image:: img/android_studio_setup_project_1.png
  11. - Navigate to ``<Godot root directory>/platform/android/java`` and select the ``settings.gradle`` gradle file.
  12. - Android Studio will import and index the project.
  13. - To build the project, follow the :ref:`compiling instructions <toc-devel-compiling>`.
  14. If you run into any issues, ask for help in one of
  15. `Godot's community channels <https://godotengine.org/community>`__.