android - 无法启动 Android 虚拟 AVD 设备

标签 android android-layout android-emulator android-ndk android-manifest

我已成功安装 Android SDK,并将 SDK 管理器链接到 SDK 路径。然后我创建了 API 8 的 AVD 并完成了。 但是,当我要启动虚拟设备时,它没有启动,并给我类似 "@foo"cannot started, commend line error 的错误,并且还给我提示:open @foo for虚拟设备.

“foo”到底是什么?

最佳答案

Android SDK安装路径中可能包含空格

您可以将它移动到一个没有空格的路径下。

关于android - 无法启动 Android 虚拟 AVD 设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7156463/

相关文章:

java - 为什么 ListView 需要将其容器项放在单独的布局文件中

android - 如何检测 Android 应用程序何时在模拟器中运行?

android - 错误:无法解决 ':app@debug/compileClasspath'的依赖关系

android - 如何让绑定(bind)服务知道对 stopService() 的任何调用(即使在绑定(bind)时)?

android - 安装错误代码 : -26 while upgrading application

android - 屏幕和 Android 模拟器之间的鼠标指针偏移

android - 运行 cordova-android App 时显示 "waiting for emulator to start..."

android - 如何构建 torch-android

Android:如何在styles.xml 中自定义声明XML 命名空间?

android - TextView 重叠在 RelativeLayout 中