What I am trying to do is install two applications, packaged from the same code, but with different names and different strings.xml files.
I created the two apk files, however, when trying to install the second application, it fails because it says it's already installed. >From what I can tell, it thinks the two applications are the same, my guess is because of the package attribute in the manifest. I modified the manifest with a different package name, but R is generated based on that package name and that affects the rest of the code. So, my question is this: What's the process I should be using to install two applications using the same code, but with different names and different strings.xml files? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---