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 <[email protected]> wrote: > On Tue, Feb 1, 2011 at 2:42 PM, kiros88 <[email protected]> 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 share the bulk of the code. > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

