As far as I can see, in order to run any code an apk must be generated and install onto a device.
I was hoping it might be possible to add the ability to run code without going to the hassle of installing, sort of like a command line version. Obviously anything that required views wouldn't work but to test the logic of the other code would be great. I was imagining stepping thropugh the code with a pane showing all variables in scope with their values.
Thanks