I'm using Android Studio 3.4 and I would like to copy and rename (clone) one of my existing projects and reuse it under a different project name.
I have tried changing the package name and refactor it, but I'm somehow stuck.
Do I need to manually modify the Gradle files?
Do I need to manually modify the AndroidManifest.xml file?
A step-by-step guide would be really appreciated.