android_studio.rst 1006 B

12345678910111213141516171819202122232425262728
  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. Importing the project
  9. ---------------------
  10. - From the Android Studio's welcome window select **Open an existing
  11. Android Studio project**.
  12. .. figure:: img/android_studio_setup_project_1.png
  13. :figclass: figure-w480
  14. :align: center
  15. Android Studio's welcome window.
  16. - Navigate to ``<Godot root directory>/platform/android/java`` and select the ``settings.gradle`` file.
  17. - Android Studio will import and index the project.
  18. - To build the project, follow the :ref:`compiling instructions <toc-devel-compiling>`.
  19. If you run into any issues, ask for help in one of
  20. `Godot's community channels <https://godotengine.org/community>`__.