Why am I getting Permission Denied when trying to push a Sqlite file to my rooted Android device?
‘adb push’ cannot push to data/data/ directory. However, you can do it by using a transfer station like this: adb shell It works for me,good luck to you.