0

我正在提供 Android Studio(I/O 预览版 0.3.5),当尝试启动模拟器时,我收到如下警告:

'studioavd' may be incompatible with your configuration

然后像这样的错误

/home/hoff/programs/android-studio/sdk/tools/emulator -avd studioavd -netspeed full -netdelay none

emulator: ERROR: This AVD's configuration is missing a kernel file!!

对于我过去创建的 avd(来自 eclipse),我得到

emulator: ERROR: unknown skin name 'WVGA800'

任何想法发生了什么,如何解决?

4

2 回答 2

2
  • 为我解决。

我在我的 Mac 上遇到了同样的问题,我只是去了:工具-> Android-> AVD 管理器所有的模拟器都有红十字。然后我点击我感兴趣的模拟器,然后按下编辑按钮并更改 API 级别并选择唯一可用的 ABI (ARM)。

  • 我的沉思

    • 如何/在哪里下载该 ABI 下拉列表的英特尔模拟器,它应该更快。

    • 我仍然无法识别通过 Eclipse 安装 apks 的 USB 连接的物理平板电脑。

于 2014-01-25T14:35:27.190 回答
1

更新到 Android Studio 1.1.0 后,我遇到了同样的问题。

我不得不删除所有虚拟设备并重新创建它们:

1. In Android Studio, select 'Tools -> Android -> AVD Manager'.
2. Delete the ones that don't work using the drop-down in the 'Action' column.
3. Use '+ Create Virtual Device' in the bottom left corner to   recreate them.

顺便说一句,我有缺陷的 AVD 列出了一个未知的屏幕分辨率,在上述过程后恢复正常。

于 2015-05-02T16:27:13.807 回答