当我尝试运行第一个Android应用程序“HelloWorld”时,我收到此错误:
[2014-01-26 12:57:31 - Emulator] Failed to create Context 0x3005
[2014-01-26 12:57:31 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2014-01-26 12:57:42 - HelloWorld] New emulator found: emulator-5554
[2014-01-26 12:57:42 - HelloWorld] Waiting for HOME ('android.process.acore') to be launched...
[2014-01-26 12:59:09 - HelloWorld] emulator-5554 disconnected! Cancelling 'com.example.helloworld.MainActivity activity launch'!
Eclipse和命令行中的错误相同。
我有以下配置: 笔记本电脑ACER Aspire 5315,Vista Ultimate SP2 JDK 7 Eclipse Kepler
我使用以下值创建了avd:512RAM,SD卡128.我为avd尝试了一些其他值。出现相同的错误。 我从互联网上搜索答案,我尝试了所有我发现的东西:重新安装所有东西,安装视频卡驱动程序。
感谢您的回答。
答案 0 :(得分:1)
只需转到 AVD Manager ,选择已创建的AVD&编辑。选中使用主机GPU 框。它对我有用。