본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] adb install multiple device 잡힐 때 device 하나 지정하는 방법

by 돼지왕 왕돼지 2014. 4. 21.
반응형


 android, adb install multiple device 잡힐 때 device 하나 지정하는 방법

 

[android] adb install multiple device 잡힐 때 device 하나 지정하는 방법


ex)

List of devices attached

98934ecc       device

emulator-5554   device


adb -s 98934ecc install Test.apk


-s option 으로 device code 를 잡아주면 된다.






반응형

댓글