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
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.