Files
godot-docs/development/cpp/configuring_an_ide/android_studio.rst
T
Hugo Locurcio e24fee75cb Split IDE instructions into several pages, improve writing style
This removes the link to the KDevelop setup video tutorial as it's
now outdated.

IDE screenshots were also optimized losslessly using
`oxipng -o6 --strip --zopfli`.

See #3485.
2020-05-08 22:03:03 +02:00

22 lines
879 B
ReStructuredText

.. _doc_configuring_an_ide_android_studio:
Android Studio
==============
`Android Studio <https://developer.android.com/studio>`_ is a free
`JetBrains <https://www.jetbrains.com/>`_ 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.
- From Android Studio's welcome window, select
**Open an existing Android Studio project**.
.. image:: img/android_studio_setup_project_1.png
- Navigate to ``<Godot root directory>/platform/android/java`` and select the ``settings.gradle`` gradle file.
- Android Studio will import and index the project.
- To build the project, follow the :ref:`compiling instructions <toc-devel-compiling>`.
If you run into any issues, ask for help in one of
`Godot's community channels <https://godotengine.org/community>`__.