Is there any way to debug Godot android app?

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

Hi there, I want to debug the Godot apk like if I run with F5 in VS Code in the other desktop platforms.
I downloaded Android Studio and open platform/android/java project but there isn’t any running configuration.

e.g. When I want to debug a X11 executable, I compile the engine and run gdb [executable] and attach it in VS Code.

Thanks!

1 Like
:bust_in_silhouette: Reply From: EnrikeChurin

Under Debug → Deploy with Remote Debug. If enabled, phone will try to connect to the pc for debugging, over network or cable (if connected).

I mean, debugging the native build, not godot build.

Mannakia | 2021-08-20 16:46