简体   繁体   中英

Android virtual device not listed only in eclipse

I'm trying to debug my project in eclipse but when i open the android virtual device (avd) window my connected device isn't listed but in the universal adb it is listed and the status is ok.

The device is listed also in android studio.

What can i do to see the device in eclipse??

图片1image2

Android development support for Eclipse was ended in late 2015 as per this blog post .

To that end and to focus all of our efforts on making Android Studio better and faster, we are ending development and official support for the Android Developer Tools (ADT) in Eclipse at the end of the year. This specifically includes the Eclipse ADT plugin and Android Ant build system.

Since that time, there have been a number of changes to the ADB tools & protocol which have not been reflected in the Eclipse plugin due to it being deprecated.

I'd advise continuing your project in Android Studio. There is a wizard that allows you to import Eclipse projects by going to File > New... > Import Project... and select the folder for your current Eclipse project. Google have also provided a guide to migrating from Eclipse .

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