You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine_details/development/configuring_an_ide/android_studio.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Building & debugging the editor module
75
75
Building & debugging the app module
76
76
-----------------------------------
77
77
78
-
The ``app`` module requires the presence of a Godot project in its ``assets`` directory (``<Godot root directory>/platform/android/java/app/assets``) to run.
78
+
The ``app`` module requires the presence of a Godot project in its ``assets`` directory (``<Godot root directory>/platform/android/java/app/src/main/assets``) to run.
79
79
This is usually handled by the Godot Editor during the export process.
80
80
While developing in Android Studio, it's necessary to manually add a Godot project under that directory to replicate the export process.
81
81
Once that's done, you can follow the instructions below to run/debug the ``app`` module:
0 commit comments