debugging android app via eclipse on bluestacks app player

Sagi Mann picture Sagi Mann · Aug 10, 2012 · Viewed 44.2k times · Source

I have read a few articles that BlueStacks App Player can be used to debug android apps via Eclipse, instead of the default android emulator. Example article

But I think this refers to the Windows version, I was unable to get to it work on MacOS. Does anyone know how to debug using BlueStacks/eclipse on MAC?

Answer

Ambreesh Bangur picture Ambreesh Bangur · Aug 14, 2012
adb connect localhost:10001 

should do the trick.