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 ECDSAwithSHA256 签名长度不一致 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- Maven:无效的目标版本:10 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
