I want to build two Android apps from the same code base. The difference between the apps is very small - app name, one or two resource files, and whether to show ads or not (basically, a free and a paid version of the same app).
This is pretty simple to do in XCode for an iPhone app, but I'm not sure how to approach it in Eclipse. Is there a clean way to do it, or should I forget about Eclipse completely and dive into the Ant scripts?