Search code examples
androiddebuggingemulationbluestacks

debugging android app via eclipse on bluestacks app player


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?


Solution

  • adb connect localhost:10001 
    

    should do the trick.