Godot 3.1.1. stable official
Android live edit don't update newly added signals.
Example:
If I add new button and assign new signal on it (pressed()) and add code for pressed action, button on android device don't react on press (like the signal is not connected). If I deploy again to device, everything works.
Another question - Is it possible to restart game on android without deploying.
Thank you.