adb "more than one device and emulator" 解决方法

首先使用adb devices查看所有的设备,然后在adb 后面添加“-s 设备名”来使用adb命令,如:

adb -s MSM8125QE988 install xxx.apk

时间: 2024-08-05 15:03:32

adb "more than one device and emulator" 解决方法的相关文章

[Android]ADB Server didn't ACK错误的解决方法

Eclipse中调试的时候报错 [2014-06-18 13:07:49 - DinnerBooker] The connection to adb is down, and a severe error has occured.[2014-06-18 13:07:49 - DinnerBooker] You must restart adb and Eclipse.[2014-06-18 13:07:49 - DinnerBooker] Please ensure that adb is co

【已解决】Failed to Initialize Windows Azure Storage Emulator解决方法

错误代码: Failed to Initialize Windows Azure Storage Emulator Added reservation for http://127.0.0.1:10000/ in user account Richard-PC\Richard.Added reservation for http://127.0.0.1:10001/ in user account Richard-PC\Richard.Added reservation for http://1

adb devices 找不到设备的解决方法,亲测,超管用

1.设备第一次连接电脑,执行adb命令,出现以下内容 2.解决方法:将手机的VID添加到C:\Users\admin\.android目录下的adb_usb.ini文件里 设备的VID在计算机右键属性->管理->设备管理器,如图 3.如果没有adb_usb.ini文件,自己可以新建一个,设备的VID前面要加0x adb_usb.ini文件格式如:0x22da0x119a 4.在黑窗口中输入 adb kill-server adb start-server adb devices 5.然后就能找

Android手机Mac OSX下执行adb shell提示device not found解决方法

某些Android手机Mac OS X下执行adb shell提示device not found,参考网上解决方法,以三星S3为例详述方法如下. 终端命令行下输入: #system_profiler SPUSBDataType USB: USB Hi-Speed Bus: Host Controller Location: Built-in USB Host Controller Driver: AppleUSBEHCI PCI Device ID: 0x0d9d PCI Revision I

VMware的“Cannot connect virtual device floppy0”的解决方法

VMware虚拟机启动当中某个操作系统的时候,会出现如下提示 Cannot connect virtual device floppy0. No corresponding device is available on the host. Would you like an attempt to be made to connect this virtual device every time you power on the virtual machine? 这个是由于VMware虚拟机自动检

Linux下Apache重启遇到No space left on device错误的解决方法

解决办法:1.输入:ipcs -s 看有没有超过5个,如果有请执行下面2的命令:2.ipcs -s | perl -ane '/^0x00000000/ && `ipcrm -s $F[1]`'3.重启Apache服务.(到此问题解决!)ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}' 网上有人说用上面这条命令或者重启服务器之后也可以解决,没

adb devices 找不到设备的解决方法

1. 查找到设备的vender ID Windows的方法:待补充 Mac OS: 命令行下输入:system_profiler SPUSBDataType 我的Nexus 7,有如下输出: Nexus 7: Product ID: 0x4ee2 Vendor ID: 0x18d1 (Google Inc.) Version: 2.28 Serial Number: 08bb6ada Speed: Up to 480 Mb/sec Manufacturer: asus Location ID:

Linux umount设备时出现device is busy解决方法

在Linux中,有时使用umount命令去卸载LV或文件时,可能出现umount: xxx: device is busy的情况,如下案例所示 [[email protected] u06]# vgdisplay -v VolGroup03     Using volume group(s) on command line     Finding volume group "VolGroup03"   --- Volume group ---   VG Name            

转 Android学习笔记: 学习过程中碰到的一些问题及解决方法

在学习Android开发的过程中遇到了不少的问题,所幸的是最终经过上网查询都得到了解决.现在将我在学习Android开发过程中遇到的一些问题及解决的方法整理如下. 1.R.java不能实时更新 问题描述:在res文件中新增的变量不能在R.java中实时的显示出来. 解决方法:选择菜单栏的“Project”,勾选“Build Automatically”选项. 2.LogCat视窗没有显示 问题描述:在Eclipse的右下方没有显示LogCat视窗. 解决方法:选择菜单栏的“Windows”,再选