问题描述
我得到一个空间不足的错误,当我尝试在Android 4.0模拟器安装我的应用程序。它给了我一个信息,要求我清理了空间。当我去到内部存储器中我看到12 MB可用它更是足以让我的应用程序。
I get an Out of space error when i try to install my app on the android 4.0 emulator.It gives me a message asking me to cleanup the space. When i go to internal storage I see 12 MB free which more that enough for my app.
为了安全起见,有没有办法可以提高仿真器的内部存储
To be safe, is there a way i can increase the Internal Storage of the Emulator
推荐答案
创建一个AVD(例如:android4)在Eclipse的Android虚拟设备管理器
Create an AVD (example: "android4") In Eclipse with the Android Virtual Device Manager
去终端
CD [机器人目录] /工具/ 的
cd [android directory]/tools/
Linux终端: ./模拟器-avd android4 -partition尺寸512安培; 的
linux terminal: ./emulator -avd android4 -partition-size 512 &
窗口: 模拟器-avd android4 -partition尺寸512 的
windows : emulator -avd android4 -partition-size 512
然后安装在这个仿真器中的应用
Then install your app in this emulator
这篇关于Android 4.0的模拟器 - 空间不足的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!