Question

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

Was it helpful?

Solution

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

OTHER TIPS

When I ran adb devices in my Terminal, it restarted ADB and Eclipse was able to see Bluestacks.

Follow these steps:

  • Copy the hd-apk handler from c:/programs files/bluestacks or what ever is yours and paste it on desktop
  • Copy your apk file and paste it on the desktop
  • Now drag your apkfile right into the hd-apk handler
  • Now it will install your apk file
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top