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

18,021

Solution 1

I've solved this by deleting the simulator(emulator) and then recreating it.

Solution 2

  1. Add path (sdk\platform-tools) into your environment values(D:\AndroidSDK\platform-tools).
  2. Enter into "cmd"
#adb shell
#su
#chmod 777 /data  (change the folder data to rwx)
  1. Enjoy yourself. You change other folder.
Share:
18,021
Devrath
Author by

Devrath

I work as a mobile Applications developer and specialize in Android and Flutter I learn by Sharing my knowledge and learning from others I'm a curious creature and like staying up to date with new technologies My Global stack-overflow ranking

Updated on June 14, 2022

Comments

  • Devrath
    Devrath almost 2 years

    I am trying to run a video stored locally in android

    • I am able to play the video on the actual device.

    • I am not able to run it on the android simulator.

    The Video is not playing, I am getting the error below

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

    How will I resolve this? Are there any settings that I need to change on the android simulator?