We have several applications that will be very similar in layout and code. The only difference is that we will turn off graphic elements and make changes to one constant file and a string file. Of course, there are a few problems with this - the first is the namespace. Having an application with the same namespace will overwrite any other applications.
What are some suggestions for this? Currently our names are: com.company.AppName I decided I could do it: com.company.appname.appversion
I saw a post about ant scripts that help with this, but I wonder if there are now more fluid solutions.
android android-manifest android-build
bryon Jan 19 '11 at 20:27 2011-01-19 20:27
source share