问题描述
我想将文件添加到Android模拟器的SD卡,但我收到此错误:
I wanted to add a file to the sd card of the android emulator but i receive this error:
无法推动的选择:只读文件系统
Failed to push selection: Read-only file system
我该怎么办?我是一个Android初学者,仍然在学习如何使用终端和所有的东西。所以,请能有人给我一步一步的教程,而不是其他的链接?
What shall I do? I am an Android beginner and still learning how to use the terminal and all that stuff. So please, can someone give me a step-by-step tutorial and not just another link?
推荐答案
这一>是关于创建SD卡的教程。在创建当前的SD卡,你可能不给它写权限。按照该教程的步骤,您就可以将图像上传到SD卡上。
This is a tutorial regarding creation of SD Card. While creating the current SD card, you may not have given it write permission. Follow the steps in that tutorial and you will be able to upload image to SD card.
修改的
EDIT
步骤1: ...工具>的Android创建AVD -n myemulator -t 8
第二步: ...工具> mksdcard -le 512M mysdcard.img
第三步: ...工具>仿真-avd myemulator -sdcard mysdcard
这篇关于如何处理这种SD卡Android模拟器错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!