We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, How to change the package name? Like com.test.app. It has to be unique and I was unable to find a way to change it... Yours, Florian (P2.1)
Answers
Modify the java file and recompile it.
The easiest way is probably to import the project into Eclipse. There, you can "refactor" the package name and change it across all files. You will also have to modify the package name in
AndroidManifest.xml
so that the Android OS can find your app.