Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

need help changing my package name in eclipse

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 posts here and did the refactor > rename and changed it to a more original name. When I tried to upload the new .apk I got the same message that the package name has been taken.

When I change the package="com.soundboard" line in the manifest to something else I get errors all throughout all the other pages (.javas) when I save.

like image 614
user827304 Avatar asked Jul 19 '11 01:07

user827304


People also ask

Can we change the name of the package in Java?

gradle (Module: app) in Gradle Scripts. Here change the applicationId and click on Sync Now. And you are successfully renamed your package name.

How do I find the package name in Eclipse?

Ctrl + Shift + T works for packages too: Just type the package name and then a dot and it will show all classes in matching packages.


1 Answers

Step for changing package name using eclipse.

1- Right click on project .

2- Choose Android Tools.

3- Choose Rename application package

4- Type new application name then press OK.

like image 192
DynamicMind Avatar answered Sep 28 '22 07:09

DynamicMind