Android Studio - Android Device Monitor's File explorer not working

前端 未结 3 1455
别跟我提以往
别跟我提以往 2020-12-18 07:37

I have just learnt using preferences in Android. For debugging purpose I need to access the preferences files. I googled and found the default location of the p

3条回答
  •  感情败类
    2020-12-18 07:55

    Root your device and open adb shell and change the permissions as:

    $ adb shell
    $ su
    1|root@android:/ # chmod -R 777 data/

提交回复
热议问题