need help changing my package name in eclipse

前端 未结 7 536
梦如初夏
梦如初夏 2020-12-17 14:05

so my package name is com.soundboard right now.

obviously this name is taken...I am having trouble changing it throughout the package name.

I checked a few p

相关标签:
7条回答
  • 2020-12-17 15:03

    Change the name of your app(How it shows on their device) Just change the value of app_name in the strings.xml file Change the Project folder name of your app 1- Right click on Main project 2- Select Refractor 3- Select Rename 4- Update to new name and press OK.

    Change the package name of your app 1- Right click on project . 2- Choose Android Tools. 3- Choose Rename application package 4- Type new application name then press OK.

    0 讨论(0)
提交回复
热议问题