I would like to copy my Android project and create a new project from the same files just with a different name. The purpose of this is so I can have a second version of my
As free3dom pointed out, here's what should be done:
build.gradle
file to change the package name (you can use the file manager).AndroidManifest.xml
to change the package name.gradle sync
.That seems to work without any problems.