I know about gdrbridge for playing projects from the command-line, but is there a way to export projects? I'm looking for a way to automate my entire build process.
It should also be possible to build the project provided you have a build.xml file and use Apache Ant (same page for instructions). The only thing we lack (I think) is the build.xml file which does not seem to be generated by Gideros.
Note: adb is bundled with the Android SDK. Apache Ant comes with Eclipse.
Oh yeah actually I already have that process, but in order to do that as far as i know you have to run the file->export project in Gideros Studio first. So that's what I'd like to be able to automate
Comments
Likes: xhargh
http://developer.android.com/training/basics/firstapp/running-app.html
It should also be possible to build the project provided you have a build.xml file and use Apache Ant (same page for instructions). The only thing we lack (I think) is the build.xml file which does not seem to be generated by Gideros.
Note: adb is bundled with the Android SDK. Apache Ant comes with Eclipse.
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975