반응형
ADB (Android Debug Bridge )
adb kill-server
adb kill-server
adb start-server
adb devices # 모든 연결 디바이스를 보여줌
adb connect localhost:5554
adb -s emulator-5554 shell
adb install {패키지네임}.apk
주석을 안단것은 명령어만 봐도 무슨명령인지 알수 있기에-_-;
주석을 안단것은 명령어만 봐도 무슨명령인지 알수 있기에-_-;
반응형