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.

connect bluestack below :
open cmd
go android sdk path
example : e:/android/android/sdk/
open platform-tools folder : e:/android/android/sdk/platform-tools
connect blustack command as:
adb connect localhost or adb connect localhost:5555
you can try this: adb connect 127.0.0.1:5555
Comments
Post a Comment