Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging /loading bluestacks from eclipse

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

like image 418
Hello-World Avatar asked Feb 04 '14 11:02

Hello-World


1 Answers

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

like image 99
KOTIOS Avatar answered Oct 14 '22 03:10

KOTIOS