Possible Duplicate:
Do I need to change the package name for the free version of my app?
I have a free and a paid version of an android app.
When uploaded to the android market. Does it matter about the package name being the same? As long as the title of the app is different?
Such as “APP FREE” , and paid version “APP PAID” for an example.
The package name must be unique. Two apps with the same package name cannot exist in the Android market.
From the Android Hello World Tutorial…