android_studio.rst 1.1 KB

1234567891011121314151617181920212223242526272829
  1. .. _doc_configuring_an_ide_android_studio:
  2. Android Studio
  3. ==============
  4. `Android Studio <https://developer.android.com/studio>`_ is a free
  5. IDE for Android development made by `Google <https://about.google/>`_ and `JetBrains <https://www.jetbrains.com/>`_.
  6. It's based on `IntelliJ IDEA <https://www.jetbrains.com/idea/>`_ and has a
  7. feature-rich editor which supports Java and C/C++. It can be used to
  8. work on Godot's core engine as well as the Android platform codebase.
  9. Importing the project
  10. ---------------------
  11. - From the Android Studio's welcome window select **Open**.
  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>`__.