I have imported a project in android studio now I want to change the package name and also shorten it.
This is the current package name:
package com.google.android.gms.location.sample.locationupdates;
I want to rename it into:
com.example.app
How can i do this?