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'解决方案
基础教程推荐
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 多个组件的复杂布局 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
