12
जब मल्टीपल डिवाइस कनेक्ट होते हैं तो एडीबी शेल का उपयोग कैसे करें? "त्रुटि: एक से अधिक उपकरण और एमुलेटर" के साथ विफल
$ adb --help ... -s SERIAL use device with given serial (overrides $ANDROID_SERIAL) ... $ adb devices List of devices attached emulator-5554 device 7f1c864e device ... $ adb shell -s 7f1c864e error: more than one device and emulator ?
490
android
shell
cmd
adb
android-debug