android - Debugging /loading bluestacks from eclipse -


why wont bluestacks app player show in device manager list when try run app developing in eclipse

the bluestacks app player running should available. using windows 7.

bluestacks app player device manager

connect bluestack below :

  1. open cmd

  2. go android sdk path

  3. example : e:/android/android/sdk/

  4. open platform-tools folder : e:/android/android/sdk/platform-tools

  5. connect blustack command as:

    adb connect localhost or adb connect localhost:5555

you can try this: adb connect 127.0.0.1:5555


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

Git submodule update: reference is not a tree... but commit IS there -