I want to add a custom builders that will generate some configuration for the app depends on whether it's a debug or release build. XCode makes it clear between Debug and Release build but in Eclipse is not so. I'm even unable to find a way to know whether it's a Debug or Release build inside my custom Builders.
So my question:
How to specify a Debug/Release build for an android project? (perhaps this article somehow explained that: Create Android app release mode)
How to know that it's a Debug/Release build in my custom Builder?