Easy way to rename a project in android

前端 未结 2 1513
南笙
南笙 2021-02-18 19:34

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

2条回答
  •  面向向阳花
    2021-02-18 20:00

    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.

提交回复
热议问题