Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 456
Barry Fruitman Avatar asked Nov 12 '22 15:11

Barry Fruitman


1 Answers

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.

like image 158
Ahmad Avatar answered Nov 15 '22 05:11

Ahmad