Right now I've finished an application that I want to distribute on Android Market. It will have a payed version and a free version with some limited features. While developing it, I was doing obviously just the main project of fully featured release. And now after finished I've included a "boolean" DEMO_VERSION=true that restrict those features.
My question is if it's possible to generate both apk from the same project? Or should I create new project with the same source but changing the java package to tell android market that they're two different applications.
Thank you very much