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?
views:
83answers:
1
+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
2010-03-16 16:12:28