Android Emulator sdcard push error: Read-only file system

2019. 7. 31. 10:25A

해결책

 

$./adb shell

$su

mount -o rw,remount rootfs /

chmod 777 /mnt/sdcard

exit