启动模拟器的例外情况

时间:2012-10-31 06:08:16

标签: android eclipse android-emulator

昨天我安装了ADT 20并更新了SDK并且它运行良好但我不知道如何,今天当我创建一个新项目并启动模拟器时,它只是没有启动并抛出此异常: - -

[2012-10-31 12:01:24 - TicTacToe] ------------------------------
[2012-10-31 12:01:24 - TicTacToe] Android Launch!
[2012-10-31 12:01:24 - TicTacToe] adb is running normally.
[2012-10-31 12:01:24 - TicTacToe] Performing com.example.tictactoe.MainActivity activity launch
[2012-10-31 12:01:24 - TicTacToe] Automatic Target Mode: launching new emulator with compatible AVD 'Tester_2.1.1'
[2012-10-31 12:01:24 - TicTacToe] Launching a new emulator with Virtual Device 'Tester_2.1.1'
[2012-10-31 12:01:24 - Emulator] emulator: ERROR: partition-size (2048) must be between 10MB and 2047MB

我不明白为什么会抛出这个错误。我已经将分区大小设置为1024然后为什么会抛出此异常?

如果我运行旧项目,它将启动模拟器,但新项目不会,为什么? 你能帮帮我吗?

2 个答案:

答案 0 :(得分:0)

从您的例外

[2012-10-31 12:01:24 - Emulator] emulator: ERROR: partition-size (2048) must be between 10MB and 2047MB

因此,请编辑模拟器图像并设置分区1024 MB

尝试256或更少。 并设置复选框清除用户数据

尝试设置为: enter image description here

答案 1 :(得分:0)

设置硬件>缓存分区大小介于10 MB到2047 MB​​之间,它将解决您的问题,并在下面链接中获取更多信息。

Managing AVDs with AVD Manager