Is there a better (i.e. faster) Android emulator for debugging?

Possible Duplicate:
Slow Android emulator

Is there a faster Android emulator than the one the comes with the SDK? One that can attach to the Eclipse debugger?

Can BlueStacks or YouWave be used for debugging?

Thanks in advance, Barry


You can use the Bluestacks player for debugging. You'll have to connect it like so:

adb connect 127.0.0.1

It's fast but it's only available for the Android version 2.3.7.

链接地址: http://www.djcxy.com/p/16078.html

上一篇: 为什么Android模拟器如此之慢?

下一篇: 是否有更好的(即更快)Android模拟器进行调试?