Remote debug on android emulator

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jospic
:warning: Old Version Published before Godot 3 was released.

As title question says, is possible debugging on an Android emulator as well as on a real device?
Thanks in advance.
-j

AFAIK, Android emulator doesn’t support OpenGL ES well and extremely slow.
I recommend you to debug on real device.

volzhs | 2017-02-24 16:32

The debugger depends on adb, maybe if you can setup the emulator to connect to it in debugging mode, Godot will see it.

eons | 2017-02-26 13:52