Android set package name.

edited January 2014 in Android Mode

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)

Tagged:

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.

Sign In or Register to comment.