bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

change package name

I have a template which i want to use every time. I don't want to move all the plugins every time (from old name to the newest name). Is there an easy way to change the package name. I have checked all the posts here, but im struggling with build errors. I have changed the values in project name, androidmanifest.xml and pom.xml, all without success. Any idea how to solve this?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

change package name

Hello Bal,

It is much easier to generate new app and copy all plugins, cause you need to change
1) 2 pom.xml files - groupId tags
2) Androidmanifest.xml - all places where package name appears to new one
3) change structure of your package's classes and name of package in the java files
Common project has at the beginning package name like io.appery.project249429 untill you renamed it, thus you need to rename/add or remove folders based on your new package.
http://www.tutorialspoint.com/java/ja...

Image

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

change package name

Thanks for the reply!

Return to “Issues”