I changed the package name of android application recently.
The package name of the changed project is correct.
I used this approach for package name changing.
I made sure the package-name change is the recent one in Manifest.
But while launching the application it uses old package name other than that everything is ok.
I tired restarting the android studio and my machine.Nothing works.
Here is the error message I got
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.test.old/com1.test1.new.LoginActivity } Error type 3 Error: Activity class {com.test.old/com1.test1.new.LoginActivity} does not exist.