Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/246.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Eclipse与模拟器_Java_Android_Eclipse_Emulation - Fatal编程技术网

Java Eclipse与模拟器

Java Eclipse与模拟器,java,android,eclipse,emulation,Java,Android,Eclipse,Emulation,对不起,我有个问题。当我在eclipse中按“run”来运行项目时,在控制台中会出现以下错误: [2013-11-09 14:26:27 - Emulator] WARNING: Data partition already in use. Changes will not persist! [2013-11-09 14:26:27 - Emulator] WARNING: Cache partition already in use. Changes will not persist!

对不起,我有个问题。当我在eclipse中按“run”来运行项目时,在控制台中会出现以下错误:

    [2013-11-09 14:26:27 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2013-11-09 14:26:27 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
[2013-11-09 14:26:27 - Emulator] Failed to allocate memory: 8
[2013-11-09 14:26:27 - Emulator] 
[2013-11-09 14:26:27 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2013-11-09 14:26:27 - Emulator] Please contact the application's support team for more information.

我必须做什么来解决这个问题?谢谢你的回答

删除此虚拟设备并重新创建。

尝试删除emulator并创建一个新的。也许这个答案对您的问题有一些见解,并得到了相同的结果?是的,我得到了相同的结果