Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
320 views
in Technique[技术] by (71.8m points)

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.

I hope its help full to you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...