Hello,
the live build works with me, but there is a problem :
when I save ( “ctrl + s” ) my work on my computer, my device restart the apps and everything is good.
But if I have a wrong block of code that crush the program, like an infinite calculation :
while true do print(1) end
and I save, then my device restart and crash (my simulator too).
At that point, I can stop the Run process on my laptop to suppress wrong line of code and run again correctly, but not on my device.
I can restart my device, but there are no update of the code : it look’s to be trapped on the infinite code again.
So I am obliged to uninstall the app, and re-install apk and it’s work now (the app update the new code).
Do you have a solution about that ?
Thanks.