Android Emulator sdcard push error: Read-only file system

Posted by Leox on Stack Overflow See other posts from Stack Overflow or by Leox
Published on 2010-01-18T03:16:36Z Indexed on 2010/03/14 10:05 UTC
Read the original article Hit count: 962

Filed under:

I am developing under Android 1.6 (Android SDK 2.1). I create a avd by using avd manager in Eclipse. When I lanuch this avd, I found that the /sdcard directory's permisson is "d---------". So I can't push file to the sdcard.

Does anyone konw how to solve this problem?

© Stack Overflow or respective owner

Related posts about android-emulator