Debugging /loading bluestacks from eclipse

Hello-World picture Hello-World · Feb 4, 2014 · Viewed 11k times · Source

Why wont the bluestacks App player show up in my device manager list when I try run an app that I am developing in eclipse

the bluestacks App player is running so it should be available. I am using windows 7.

bluestacks App player device manager

Answer

KOTIOS picture KOTIOS · Feb 4, 2014

Connect your bluestack as below :

  1. Open cmd

  2. go to android sdk path

  3. Example : E:/Android/Android/sdk/

  4. open platform-tools folder as : E:/Android/Android/sdk/platform-tools

  5. connect your blustack with command as:

    adb connect localhost OR adb connect localhost:5555

you can also try this: adb connect 127.0.0.1:5555