I have two Android projects in Eclipse. I copied the one project from the other, then changed the app name (in strings.xml) and the project name
if you are using Android studio then Your project identifier is in your build.gradle file just change the field applicationId "com.example.whatEver" Hope it will work
build.gradle
applicationId "com.example.whatEver"