I am writing some sample apps. After I debug these apps, I don\'t see an uninstall button in my device\'s application management. When I do adb uninstall, it always
Just run ADB and use the following command:
adb shell pm uninstall -k --user 0
And you should get this return:
successful