Since I didn’t find a solution to this that works properly I decided to make this myself since half of our team uses Linux and was therefore unable to compile apps with Corona SDK (via WINE it doesn’t really work).
Pro’s:
- Corona Labs Inc. will not get your source code
- Building is faster, especially when compared to the trial version
Cons:
- build.settings is ignored and you must change the AndroidManifest.xml located in the root directory.
How-to:
Download the zip.
Unpack it somewhere.
Make sure you have OpenJDK6 installed.
Make sure JAVA_HOME is set to the directory of OpenJDK6.
Open build.sh and change your keystore for signing the APK (or leave the debug.keystore) and your bundle-identifier.
Open AndroidManifest.xml and change the orientation (landscape/portrait), app-name and bundle-identifier.
Place your sourcecode in the src directory (so src/main.lua as mainfile).
Connect your Android device (in developer mode so the Android Debug Bridge works).
Execute build.sh
Your app will now get compiled and installed on your Android device.
Download: http://www.itshax.com/corona/ [import]uid: 197524 topic_id: 33185 reply_id: 333185[/import]
[import]uid: 52491 topic_id: 33185 reply_id: 131841[/import]