adb: error: stat failed when trying to ...を解決する


adb: error: stat failed when trying to ...を解決する

adb pushなどをするときにパーミッションエラーがでます


$ adb push test.txt /data/app_flutter/
adb: error: stat failed when trying to push to /data/app_flutter/: Permission denied

解決方法

$ adb root

を実行してから再度コマンドを実行する