I have downloaded an Android project. To avoid name conflicts I want to move it from com.android.zzz to com.my.zzz. At the moment I\'m using Ecplise with the standard android to
This is basic IDE refactoring.
Right click the package in Eclipse -> Refactor -> Rename.
You will probably want to check all the options that come up in the Rename dialog.
Another option would be to right click the class files in Eclipse -> Refactor -> Move.