how to resolve this emulator: ERROR: unknown skin name #39;WVGA800#39; solution(如何解决此模拟器:错误:未知皮肤名称WVGA800解决方案)
问题描述
我正在尝试从 Eclipse Classic (juno
) 启动 android 模拟器它一直给我这个错误:
i am trying to start the android emulator from eclipse classic (juno
)
and it keeps giving me this error:
错误:未知皮肤名称WVGA800"
ERROR: unknown skin name 'WVGA800'
我使用 eclipse indigo 开发了我的软件,但是由于我安装了 eclipse juno 并导入了同一个项目,它开始给我这个错误.知道为什么吗?以及如何解决这个问题?
I developed my software using eclipse indigo, but since I installed eclipse juno and imported the same project it started to give me this error. any idea why? and how to resolve this issue?
推荐答案
我的解决方案是从 android 虚拟设备管理器创建一个新的自定义虚拟设备并使用它.
My solution was to create a new custom virtual device from the android virtual device manager and use that.
这篇关于如何解决此模拟器:错误:未知皮肤名称'WVGA800'解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何解决此模拟器:错误:未知皮肤名称'WVGA800'解决方案


- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01