使用adb.exe 我的笔记本上同时连接了两台 android 手机,我想把pc上一个文件发到m9 的机器上,命令怎么写?
使用 adb devices 命令列举出来连接到我的态式机上的 两台机器
List of devices attached
037c7142441fc057        device
M9W1B08AKC4Z0G4466      device然后我想qq手机软件安装到两台机器上, 
G:\ANDROID2011-12-03>adb install qq_2011.0.0.205_android.apk
error: more than one device and emulator然后想试一台,一台安装 我这样写命令
G:\ANDROID2011-12-03>adb install M9W1B08AKC4Z0G4466 qq_2011.0.0.205_android.apk
error: more than one device and emulator
然后命令修改成:
G:\ANDROID2011-12-03>adb install M9W1B08AKC4Z0G4466 qq_2011.0.0.205_android.apk
error: more than one device and emulator我不知道怎么做,才能在有多台机器连接的时候安装程序,到指定的机器??????命令怎么写????
谢谢