How to convert lua file to apk files?
Hi @aaditya,
Well, you can’t directly “convert” Lua files to a .apk, but I think you’re asking how to deploy a Corona SDK project to an .apk for running on Android. The following guide outlines this process:
https://docs.coronalabs.com/guide/distribution/androidBuild/index.html
Take care,
Brent
when your app is running in the simulator all you simply do is click CTRL+B and press build
On the Corona Simulator, on the top right, press “File” then “Build” and choose one. Or like SonicX just said, you could use the simple shortcut CTRL + B.
Hi @aaditya,
Well, you can’t directly “convert” Lua files to a .apk, but I think you’re asking how to deploy a Corona SDK project to an .apk for running on Android. The following guide outlines this process:
https://docs.coronalabs.com/guide/distribution/androidBuild/index.html
Take care,
Brent
when your app is running in the simulator all you simply do is click CTRL+B and press build
On the Corona Simulator, on the top right, press “File” then “Build” and choose one. Or like SonicX just said, you could use the simple shortcut CTRL + B.