android x86 g41,Android模拟器在Windows 7 64位崩溃(Android emulator crashing on Windows 7 64 Bit)...

Android模拟器在Windows 7 64位崩溃(Android emulator crashing on Windows 7 64 Bit)

我是一个新手android开发人员,迄今为止只有在我的android手机上运行Hello World。

当我尝试在模拟器模式下运行我的应用程序时,我看到模拟器窗口中的键盘和答复/挂断按钮,但在运行应用程序之前我收到了一个Windows对话框sayingemulator.exe已停止响应:

Android%20Emulator.JPG

任何人都可以让模拟器在64位Windows 7 Professional上运行吗? 我有一个32位JDK并运行32位Eclipse 3.5。

谢谢你的帮助

I am a newbie android developer and so far have only got Hello World running on my android phone.

When I try to run my app in emulator mode I see the emulator window with the keyboard and answer / hangup buttons but I get a windows dialogue before my app runs sayingemulator.exe has stopped responding:

Android%20Emulator.JPG

Can anyone else get the emulator to run on 64 bit Windows 7 Professional? I have a 32 bit JDK and run 32 bit Eclipse 3.5.

Thanks for any help

原文:https://stackoverflow.com/questions/2167404

更新时间:2019-11-19 10:04

最满意答案

在64位Windows 7上,仿真器对我来说运行得很好。但是我在尝试调试时看到仿真器崩溃。 我可以自己启动它,但是当我试图从eclipse运行它时,它崩溃了。 尝试这个:

关闭日食并杀死adb进程

删除您的虚拟设备并创建一个新设备

Emulator runs just fine for me on 64 bit Windows 7. But I have seen emulator crashing when trying to debug. I could start it on it's own, but when I tried to run it from eclipse it crashed. Try this:

Close eclipse and kill adb process

Delete your virtual device and create a new one

2010-01-30

相关问答

在64位Windows 7上,仿真器对我来说运行得很好。但是我在尝试调试时看到仿真器崩溃。 我可以自己启动它,但是当我试图从eclipse运行它时,它崩溃了。 尝试这个: 关闭日食并杀死adb进程 删除您的虚拟设备并创建一个新设备 Emulator runs just fine for me on 64 bit Windows 7. But I have seen emulator crashing when trying to debug. I could start it on it's ow

...

Windows Phone 8不支持Windows Phone SDK。没有官方的方法。 The Windows Phone SDK is not supported on Windows 8. There is no official way round this.

这已经在各种系统上多次发生,我找到了解决方案。 使用预先打包的文件重新安装MinGW ,“最新的” 文件与clang相关的趋势不稳定。 确保您还没有在MinGW安装之上安装更新版本的gcc,因为这也会导致问题。 This has now happened multiple times on various system and I have found the solution. Reinstall MinGW using the prepackaged files, the 'latest' o

...

大部分Android图像都在ARM平台上运行。 这意味着您的计算机必须模拟整个设备,包括将ARM指令转换为x86指令。 您应该尝试新的x86仿真器映像。 他们明显更快。 请参阅英特尔的本指南 。 Most of the Android images run on ARM platforms. This means that your computer has to emulate the whole device including translating ARM instructions to

...

除非你真的需要3.2的一些新功能,我建议你开发一个早期的sdk ...我个人在我的大多数应用程序中使用1.6和2.1,加载时间和一般模拟器速度的差异是巨大的。 编辑: 特别是考虑到你现在只写你好世界 unless you really need some of the new functionalities of 3.2 I would recommend you develop on an earlier sdk... I personally use 1.6 and 2.1 for most

...

我能够解决问题。 该解决方案可能适用于英特尔G41高速芯片组。 与ig4icd32.dll相关的任何问题都与图形驱动程序有关。 对于大多数情况,解决方案是升级显卡驱动程序。 但我使用的是最新的图形驱动程序,版本为8.15.10.2702 。 我没有选择权。 所以,为了检查,我降级到版本8.15.10.1883 ,这是英特尔网站提供的版本。 它解决了错误。 我可以再次使用模拟器。 I was able to solve the problem. This solution will probably

...

昨天,我在更新Ubuntu后遇到了同样的问题。 今天它已在新的更新中修复。 只需更新您的Ubuntu并在更新后运行模拟器。 它应该工作。 更新后的当前内核版本为: 3.13.0-61-generic Yesterday, I had the same problem after updating my Ubuntu. Today it is fixed in the new update. Just update your Ubuntu and run the emulator after the

...

模拟器崩溃,因为它无法分配内存。 请按照以下步骤解决问题。 转到Window-> Android Virtual Device Manager。 在“Android虚拟设备”选项卡下选择您的虚拟仿真器。 单击“编辑”选项,将打开一个新窗口。 之后,减少“内存选项”下的RAM内存 I've found the issue; it's not a bug at all. As it turns out, I had a program called ATI Tray Tools running in

...

模拟器是一个32位应用程序。 您需要安装等效的32位库。 从Fedora wiki HOWTO设置Android开发 ,推荐的库是: glibc.i686 glibc-devel.i686 libstdc ++。i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686 如果您可以在没有GPU支持的情况下运行模拟器,我将假设您拥有所有这些。 对于mesa-libGL,您的yum命令

...

Windows Phone 8仿真程序的系统要求文档指出您需要64位版本的Windows 8 Pro或更高版本。 我怀疑你没有专业版。 您仍然可以在非Pro版本上为Windows Phone 8开发应用程序,但不能使用模拟器 - 您必须在已注册的Windows Phone 8手机上进行调试。 The system requirements documentation for the windows Phone 8 emulator states that you need a 64-bit ver

...

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值