views:

83

answers:

1

With my current code base I'd like to build two or more different versions of my Android app (free, premium, ...). For the iPhone (XCode) I can definte different targets. Is there something similar implemented in Eclipse?

+2  A: 

I don't think there's such functionality in Eclipse (or the Android plug-in for it). Though using ant you should be able to achieve this.

MrSnowflake