Hi Guys,
I've just created a Stencyl demo which shows how to turn Stencyl HTML5 games into an Android apps. You can find it on the Wifi IDE Home/demos section or just open the attached spk file.
It only works properly on Lollipop and above but the graphics only (no sound) should work on Kitkat too.
This sample demonstrates a useful technique for running local HTML apps that would normally expect to be run on a remote server. This is achieved by running a local web server on the device instead which allows ajax calls (xhmlhttp requests) to work where they would normally fail when using local file paths.
I've only tested this on KitKat and Lollipop so far, so please let me know if it works on newer versions of Android too
Regards
David