简体   繁体   中英

bluestack emulator eclipse can't run project

i have bluestack as my emulator for eclipse, after installed, and run project in bluestack, and click installed project, nothing happened. but in my logcat haven't any error . The application project installed in bluestack can't run or take any effects

For this error your bluestck is properly not connected with your eclipes first you need to integrate your bluestck with eclipes for this connect your bluestck

Connect your bluestack as below :

Open cmd and 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 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM