Great, thanks!  By package name, you mean
package="com.android.demo.notepad1" right as in
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
package="com.android.demo.notepad1">?
  To do that do I need to refactor the namespace ma,e as well?  Also,
if I make subsequent updates to the content can I use SVN or some
other system to update many of these logic-identical but package name
different applications at once?

Thanks Again,
Bob

On Mar 10, 5:40 pm, Romain Guy <romain...@google.com> wrote:
> All you need is change the package name in the AndroidManifest.
>
>
>
> On Tue, Mar 10, 2009 at 3:37 PM, Bob <bshumsk...@yahoo.com> wrote:
>
> > I think so.  Do I do that by refactoring the name of the package in
> > the package explorer in Eclipse?
>
> > On Mar 10, 2:06 pm, Josh Dobbs <joshdo...@gmail.com> wrote:
> >> Have you tried changing the package name?
>
> >> On Tue, Mar 10, 2009 at 11:58 AM, Bob <bshumsk...@yahoo.com> wrote:
>
> >> > Hi,
> >> > How do I create non-mutually exclusive apks for identical apps that
> >> > differ only in content?  I have an app that plays an mp3 file embedded
> >> > as a raw resource.  I would like to be able to create multiple apps
> >> > with this (same logic but different songs) and possibly install more
> >> > than one song on a device.  But now when I try to install a second
> >> > version it says that the app is already installed, even if I refactor
> >> > and change the name of the app.  What is the proper way to do this?
>
> >> > Thanks,
> >> > Bob
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to