First, this is more of an Eclipse question than an Android question....  You
could probably get some better answers here:
http://www.eclipse.org/home/newcomers.php

*> I have an eclipse workspace on my laptop, my desktop at work, and the
> company server. If I go home and edit program xx on the laptop, the
> only thing that changed is the java file ine the src dir, so thats all
> I need to copy to the desktop and the server when I get to work?
*
Correct.  However, it seems like you are doing this the hard way...  I would
highly recommend using a source control repository, like subversion.  That
way you can keep your different copies of source code in sync.  Check out
http://subversion.tigris.org/

*> One problem is the samples have
> different package names... com.exmaples.android or something, and my
> androiddevel packages are all com.aiti.xx, so there an item in eclipse
> that does this, or does one edit every file in the src dir to change
> the package name?
*
I may be wrong but I don't think there is an automated way to do this... I
think you have to manually change them.  Remmber, however, that package
names are based on the actual folder structure...  So you have to change not
only the package statement but the actual folders as well.

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Sat, May 15, 2010 at 5:02 PM, BobG <[email protected]> wrote:

> I have an eclipse workspace on my laptop, my desktop at work, and the
> company server. If I go home and edit program xx on the laptop, the
> only thing that changed is the java file ine the src dir, so thats all
> I need to copy to the desktop and the server when I get to work? I
> also want to figure out how to move an example from the samples dir in
> the sdk dir into my androiddevel dir. One problem is the samples have
> different package names... com.exmaples.android or something, and my
> androiddevel packages are all com.aiti.xx, so there an item in eclipse
> that does this, or does one edit every file in the src dir to change
> the package name? Thanks. Not used to eclipse yet.
>
> --
> 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]<android-beginners%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
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