简体   繁体   中英

Eclipse doesn't find my already running Android emulators

Configuration

Os: OSX

IDE: Eclipse Juno

I don't know why but when I try to run again my Android app, the "Android Device Chooser" frame opens but my emulators are not shown in "Choose a running Android device" section. What should I do ?

Goto the DDMS view and try resetting the ADB as shown---

在此处输入图片说明

  • Please check the required API levels of the application and than on the device.

  • Try to run following commands in terminal that will renew the adb server state :

    adb kill-server
    adb start-server

  • You can try to use adb over the wifi and than no cables will needed.

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