Is it possible to duplicate my android app and just give it a new namespace?
Creating a copy of this app for another event and instead of going through and copy/paste all files, I was hoping to be able to duplicate the project and choose a new namespace.
Is it possible to duplicate my android app and just give it a new
Share
You could create a copy of the Project, select the package name in the ‘src/’ folder, press F2 , set the new name and update all references automatically.
It probably won’t update all references correctly though, but it will update most of them.