简体   繁体   English

仅在eclipse中未列出的Android虚拟设备

[英]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. 我正在尝试在eclipse中调试项目,但是当我打开android虚拟设备(avd)窗口时,未列出我的连接设备,但在通用adb中列出了它,并且状态正常。

The device is listed also in android studio. 该设备也在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 . 根据此博客文章,对Eclipse的Android开发支持已于2015年底终止。

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. 为此,为了将我们所有的精力集中在使Android Studio更好和更快上,我们将于年底结束对Eclipse中的Android开发人员工具(ADT)的开发和官方支持。 This specifically includes the Eclipse ADT plugin and Android Ant build system. 具体包括Eclipse ADT插件和Android Ant构建系统。

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. 从那时起,由于不推荐使用Eclipse插件,因此对ADB工具和协议进行了许多更改 ,这些更改尚未反映在Eclipse插件中。

I'd advise continuing your project in Android Studio. 我建议您继续在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. 有一个向导允许您通过转到File > New... > Import Project...并选择当前Eclipse项目的文件夹来File > New... > Import Project... Eclipse项目。 Google have also provided a guide to migrating from Eclipse . Google还提供了从Eclipse迁移的指南。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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