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 com.example com.test of project, when ran project again, on run console shows adb shell start -n "com.example" instead of adb shell start -n"com.test".

check manifest file , project gradle file. in case gradle file not updated (dont know why).


Comments