How can i export an Android project and open it in Android Studio???

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Maz90

i need to make some edits in some files before publishing my game but i don’t know how to export an Android project instead of an apk or aab.
Thank you

:bust_in_silhouette: Reply From: timothybrentwood

I don’t think you can. As far as I’m aware everything on android is handled through the godot engine after probably some minor bootstrapping in android to get the godot engine to start.

Someone on fb told me that i can export the debug apk to Android studio.
Does it open as an android project?

Maz90 | 2022-12-12 14:17

From my experience looking at other debug exports, it probably isn’t what you’re looking for. There will be a lot of code that helps the runtime environment run the debugger that won’t be there in your project editor or release version.

timothybrentwood | 2022-12-14 03:43