Unable to run 'adb root' on a rooted Android phone [duplicate]
问题 This question already has answers here : adb shell su works but adb root does not (8 answers) Closed 2 years ago . After rooting my device, I need to run adb root and then adb shell so I could then access my applications database. When trying to run adb root I keep getting "adbd cannot run as root in production builds". Why is this? The only other option is to use the Android emulator for testing, but we all know how terrible the emulator is (not really a viable development solution). 回答1: I