I know How to rename the package name in Android studio. I have done this every time and its easy to do in android studio . but Now I am stuck in a condition which is as below
My package name
com.example.andygreson.talkmania
where as I want it to be
com.andygreson.talkmania
I want to delete the example directory from the package name. But when Ever I do , it deletes all the project inside it.
Please tell me how to do this