Hi guys!
I did port of a game on android. And now I have to integrate publisher API.
And I have a question from publisher:
>· What is your build method (ANT, Eclipse, Maven, Path, etc.?)
>· If you do not currently use ANT, Eclipse, or Maven, please estimate >the level of difficulty in changing your build environment to one of these three >options.
I do not know what to say :)
What build method marmalade use for make android build? ANT? Is I'm right?












You don't use any of those. You use a custom MSVC build along with a variety of python scripts for signing and what not. You could just say that you use a custom build environment that is provided by the Marmalade SDK. You cannot change your build to one of those environments because Marmalade is a proprietary build environment that you have no control over.
Thanks for replay!