diff --git a/contributing/development/configuring_an_ide/android_studio.rst b/contributing/development/configuring_an_ide/android_studio.rst index 225052473..96d5279cb 100644 --- a/contributing/development/configuring_an_ide/android_studio.rst +++ b/contributing/development/configuring_an_ide/android_studio.rst @@ -56,7 +56,7 @@ Building & debugging the editor module - Select **Run > Run 'editor'** from the top menu or `click the Run icon `_. - To debug the ``editor`` module: - Open the **Build Variants** window using **View > Tools Windows > Build Variants** from the top menu. - - In the **Build Variants** window, make sure that in the **Active Build Variant** column, the ``:editor`` entry is set to **dev**. + - In the **Build Variants** window, make sure that in the **Active Build Variant** column, the ``:editor`` entry is set to one of the **Dev** variants. .. figure:: img/android_studio_editor_build_variant.webp :figclass: figure-w480 @@ -64,6 +64,7 @@ Building & debugging the editor module - Open the **Run/Debug Configurations** window by clicking on **Run > Edit Configurations...** on the top menu. - In the **Run/Debug Configurations** window, select the ``editor`` entry, and under **Debugger** make sure the **Debug Type** is set to ``Dual (Java + Native)`` + - Click the ``+`` sign under the **Symbol Directories** section, and add the ``lib`` module directory: ``platform/android/java/lib`` .. figure:: img/android_studio_editor_debug_type_setup.webp :figclass: figure-w480 @@ -89,7 +90,7 @@ Once that's done, you can follow the instructions below to run/debug the ``app`` - Select **Run > Run 'app'** from the top menu or `click the Run icon `_. - To debug the ``app`` module: - Open the **Build Variants** window using **View > Tools Windows > Build Variants** from the top menu. - - In the **Build Variants** window, make sure that in the **Active Build Variant** column, the ``:app`` entry is set to **dev**. + - In the **Build Variants** window, make sure that in the **Active Build Variant** column, the ``:app`` entry is set to one of the **Dev** variants. .. figure:: img/android_studio_app_build_variant.webp :figclass: figure-w480 @@ -97,6 +98,7 @@ Once that's done, you can follow the instructions below to run/debug the ``app`` - Open the **Run/Debug Configurations** window by clicking on **Run > Edit Configurations...** on the top menu. - In the **Run/Debug Configurations** window, select the ``app`` entry, and under **Debugger** make sure the **Debug Type** is set to ``Dual (Java + Native)`` + - Click the ``+`` sign under the **Symbol Directories** section, and add the ``lib`` module directory: ``platform/android/java/lib`` .. figure:: img/android_studio_app_debug_type_setup.webp :figclass: figure-w480 diff --git a/contributing/development/configuring_an_ide/img/android_studio_app_build_variant.webp b/contributing/development/configuring_an_ide/img/android_studio_app_build_variant.webp index 88c56cfcc..e0c826fb6 100644 Binary files a/contributing/development/configuring_an_ide/img/android_studio_app_build_variant.webp and b/contributing/development/configuring_an_ide/img/android_studio_app_build_variant.webp differ diff --git a/contributing/development/configuring_an_ide/img/android_studio_app_debug_type_setup.webp b/contributing/development/configuring_an_ide/img/android_studio_app_debug_type_setup.webp index b606415d4..49c3d5fef 100644 Binary files a/contributing/development/configuring_an_ide/img/android_studio_app_debug_type_setup.webp and b/contributing/development/configuring_an_ide/img/android_studio_app_debug_type_setup.webp differ diff --git a/contributing/development/configuring_an_ide/img/android_studio_editor_build_variant.webp b/contributing/development/configuring_an_ide/img/android_studio_editor_build_variant.webp index a5585dcc2..473b45ba6 100644 Binary files a/contributing/development/configuring_an_ide/img/android_studio_editor_build_variant.webp and b/contributing/development/configuring_an_ide/img/android_studio_editor_build_variant.webp differ diff --git a/contributing/development/configuring_an_ide/img/android_studio_editor_debug_type_setup.webp b/contributing/development/configuring_an_ide/img/android_studio_editor_debug_type_setup.webp index 92b96517a..b825bd741 100644 Binary files a/contributing/development/configuring_an_ide/img/android_studio_editor_debug_type_setup.webp and b/contributing/development/configuring_an_ide/img/android_studio_editor_debug_type_setup.webp differ