Android failed to do and chown / acct / uid_10064: read-only file system in emulator

I am trying to run a video stored locally in Android

  • I can play video on a real device.

  • I cannot run it on android simulator.

Video does not play, I get below error

failed to make and chown /acct/uid_10064: Read-only file system

      

How do I solve this? Are there any settings I need to change on the Android simulator?

+4


source to share


2 answers


I solved this by deleting the simulator (emulator) and then re-creating it.



+1


source


  • Add path (sdk \ platform-tools) to your environment values ​​(D: \ AndroidSDK \ platform-tools).
  • Enter in "cmd"
#adb shell
#su
#chmod 777 /data  (change the folder data to rwx)

      



  1. Enjoy. You change a different folder.
0


source







All Articles