Search code examples
androidandroid-studiogradleadb

I have changed package name of the project but when i am creating apk it shows the package name different in android studio


I have changed package name from com.example to com.test of the project, but when I ran the project again, on the run console it shows adb shell am start -n "com.example" instead of adb shell am start -n"com.test".


Solution

  • Check manifest file and also the project gradle file. In my case gradle file was not updated (dont know why).