I’m trying to pack up a Ruby project into an apk file to be pushed onto
an android phone. I’ve read several ways to do it online, but I’m not
having any luck getting any of them to work. Any advice?
Steve K. wrote in post #1029472:
Hm, okay, I was able to use this tool to pack ruby code into an .apk and
it all seems to work quite well. The problem I’m having now is that the
application I want to pack up makes HTTP requests. Is such functionality
available for Ruby on Android, and if so, how is it utilized?