로딩
요청 처리 중입니다...

[Mobile Hacking] ADB - 디바이스 장치 선택방법 및 명령어

 [Mobile Hacking] ADB - 디바이스 장치 선택방법 및 명령어

ADB 명령어를 안드로이드 에뮬레이터/ 장치에 적용하기 위해서는 대상 안드로이드 장치를 선택해야한다. 안드로이드 장치가 2대 이상 연결되어 있는 경우 <"error: more than one device and emulator" > C:\Users\USER>adb shell error: more than one device and emulator 안드로이드 연결된 장치목록 확인 C:\Users\USER>adb devices List of devices attached emulator-5554 device USB 장치가 연결된 경우의 ADB 사용 > C:\Users\USER>adb -d shell 하나의 에뮬레이터가 연결된 경우 > C:\Users\USER>adb -e shell root@generic_x86:/ # 2개의 에뮬레이터가 연결된 경우의 에러메시지 <"error: more than one emulato...

# ADB # ADB명령어 # Mobilehacking # 안드로이드스튜디오