Is developing an application for Android using Lua only possible?

Viewed 44805

So I read this article on Mobile Orchard and, as I'm planning on having my first steps in Android development, it got me thinking: is it possible to develop for Android in Lua only? I Googled the topic but found no definitive answer. I know Java is the "base style" for Android but for the coding newbie which I am (elementary Python, basic C++), Lua seems somehow clearer and more friendly. Then here goes my question: can one develop an Android app using Lua only? If so, could you please show me some directions to move from here?

7 Answers

You can try http://scormpool.com/luastudio Develop and run code on your device including iOS, Android, Mac, Win.

Exporter can help you to make standalone app on listed above platforms.

If only pure Lua then the answer is no.. unless you want to use a lot of libraries

If you want to make little Android app/games then use a game engine, learning is a step by step process, don't dive straight into the hard part.

Related