Debugging /loading bluestacks from eclipse

android, bluestacks, eclipse

Solution

Connect your bluestack as below :

Open cmd

go to android sdk path

Example : E:/Android/Android/sdk/

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

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

Problem

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.

Original source