如何更改现有应用程序的Android应用程序名称和ID?
我在Eclipse中有两个Android项目.我复制了另一个项目,然后更改了应用程序名称(在strings.xml中)和项目名称(在Eclipse中).
I have two Android projects in Eclipse. I copied the one project from the other, then changed the app name (in strings.xml) and the project name (in Eclipse).
但是现在有一个问题:当我在模拟器中运行两个应用程序时,另一个应用程序丢失了(可能被覆盖了?).因此,我想我还需要进行其他设置,以便Android能够识别这两个应用程序是否不同?
But now there is a problem: When I run either of the applications in the emulator, the other one gets lost (maybe overwritten?). So I guess that there is another setting I have to make, so that Android recognizes the two apps to be different?
谢谢!
包名称(在Java中).
Package name (in java).
应用名称也已在清单中,尽管我认为不需要唯一,但为清楚起见,最好将其更改.
The app name is also in the manifest, although I don't think that needs to be unique, but still would be good to change it for clarity.