- Right click project
- Choose Android Tools > Rename application package

This will go and change everything that needs changing.

Now, for your specific case of having 2 versions of your app, I
recommend splitting your project in a common library and 2
applications projects.
See here for more details:
http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject

On Mon, Jul 19, 2010 at 10:55 AM, Nick Richardson
<[email protected]> wrote:
> Thanks for the replies,
> I did use the refactor option to rename the package and the project, but
> then there were a few updates that were needed in the manifest, and one
> other place i can't remember now.
> I was simply wondering if there was an automated way to make all these
> changes at once using the ADT plugin, or if i was going to have to do this
> manually every time i have an update to my app.
> //Nick
> On Sun, Jul 18, 2010 at 10:47 AM, Mark H. Nichols <[email protected]>
> wrote:
>>
>> On Jul 18, 2010, at 3:41 AM, Nick Richardson wrote:
>>
>> > Hopefully simple question:
>> >
>> > I would like to create a second copy of my app and release it as a free
>> > version.  I have copied my project to a new one in eclipse, but now i would
>> > like to rename the project and package to upload to the market.
>> >
>> > Is there an easy way using ADT or otherwise that will do this for me?  I
>> > found a few posts online with reference to right clicking the project and
>> > selecting "Rename" from "Android Tools", but i do not have that option.
>> >
>> > If there's not an automated way, what are the steps i need to be sure to
>> > take to insure that everything is renamed correctly before i upload?
>>
>> If you are using Eclipse, you can use the Refactor tool to do what you
>> want. Right-click on the project to be renamed, select Refactor from the
>> object menu, and then rename from there.
>>
>> Mark
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>>
>> NEW! Try asking and tagging your question on Stack Overflow at
>> http://stackoverflow.com/questions/tagged/android
>>
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>
>
>
> --
> //Nick Richardson
> //[email protected]
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to