Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/195.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何阻止IDEA/AndroidStudio生产设备';emulator-5670';找不到_Android_Android Studio_Adb - Fatal编程技术网

如何阻止IDEA/AndroidStudio生产设备';emulator-5670';找不到

如何阻止IDEA/AndroidStudio生产设备';emulator-5670';找不到,android,android-studio,adb,Android,Android Studio,Adb,Android Studio不断向我发送关于我从未创建过的模拟器的消息 我已经用adb/android sdk/tools/android Studio等设置了一个全新的Linux开发环境 我使用真正的设备进行开发,而不是模拟器 我一直在Android Studio(老实说,IDEA 15)的ADB日志选项卡中看到垃圾邮件,每次打印此消息时,下拉列表都会自动调整大小,这会让人分心: PropertyFetcher: AdbCommandRejectedException getting prop

Android Studio不断向我发送关于我从未创建过的模拟器的消息

我已经用adb/android sdk/tools/android Studio等设置了一个全新的Linux开发环境

我使用真正的设备进行开发,而不是模拟器

我一直在Android Studio(老实说,IDEA 15)的
ADB日志选项卡中看到垃圾邮件,每次打印此消息时,下拉列表都会自动调整大小,这会让人分心:

PropertyFetcher: AdbCommandRejectedException getting properties for device emulator-5670: device 'emulator-5670' not found
我尝试创建一个名为相同的仿真器设备,但没有成功。另一个名为emulator xxxx的设备出现在ADB日志中


<>我尝试用代码< > KyALL ADB <代码>重新启动ADB,没有运气。

< P>可能是您的<代码> ADB软件过时了,或者与Ubuntu

分发的不一致。 打开一个终端,然后

 $ sudo apt-get install android-tools-adb
 $ adb devices

adb server is out of date.  killing...
* daemon started successfully *
List of devices attached 
正是在这一点上,我解决了上述问题

下面是我现在安装的Ubuntu发布的最新android工具的更多信息

apt-cache policy android-tools-adb
android-tools-adb:
  Installed: 4.2.2+git20130218-3ubuntu23
  Candidate: 4.2.2+git20130218-3ubuntu23
  Version table:
*** 4.2.2+git20130218-3ubuntu23 0
    500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
    100 /var/lib/dpkg/status