How to change package name of an Android Application

后端 未结 18 1262
攒了一身酷
攒了一身酷 2020-11-28 02:07

My keystore is corrupt, therefore the Android Market is requiring me to rename the app and resubmit it. However, whenever I go to edit the package names in Manifest and thro

18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 02:18

    1. Right Click on Project >Android Tools >Rename Application Package

    2. Go to src and right click on your main package >Refactor >Rename

    3. Go to manifest file and change your package name .

提交回复
热议问题