Refactoring package name breaks entire app

前端 未结 7 2489
栀梦
栀梦 2021-02-19 06:29

I am trying to refactor my package using Eclipse

org.sheehan.activity

to

org.sheehan.stocks.activity

For some

7条回答
  •  一生所求
    2021-02-19 07:17

    The package name doesn't update in the XML files. Specifically your manifest which needs to know the base package.

提交回复
热议问题