[android-developers] changing the name i guess?

2011-02-01 Thread kiros88
Hi i was wondering if anyone knew like basically i create an app HelloWorld so what i want to do is have another app with the same code on the phone but under a new name while still keeping the original app so i would have HelloWorld HelloWorldTest when i just change the app_name the phone

Re: [android-developers] changing the name i guess?

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 2:42 PM, kiros88 ghui...@gmail.com wrote: so what i want to do is have another app with the same code on the phone but under a new name while still keeping the original app so i would have Each app requires it's own package name. Look into Android Library Projects to

Re: [android-developers] changing the name i guess?

2011-02-01 Thread Robin Talwar
Change the package name Change the package name in androidManifest.xml Change all the imports respectively if you have any On Wed, Feb 2, 2011 at 2:36 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 1, 2011 at 2:42 PM, kiros88 ghui...@gmail.com wrote: so what i want to do is have another