yjbae-ww / WebAutomatedTest

Python & Selenium & Selenium Grid & Appium & RobotFramework
0 stars 0 forks source link

Android : Emulator #9

Open yjbae-ww opened 4 months ago

yjbae-ww commented 4 months ago

갤럭시 S 시리즈 Emulator에 추가

*자세한 방법은 아래 하단 참조 또는 갤럭시 추가하기를 참조

Emulator 목록 확인

emulator -list-avds

Emulator 실행

cd C:\Users\사용자\AppData\Local\Android\Sdk\emulator
emulator -avd 애뮬레이터 이름

Emulator 바로가기 만들기

메모장 > 내용 넣기 > 파일 이름 "파일이름.bat" 저장하기

Emulator : APK 실행

설치

adb install "app이름".apk

Emulator 실행 확인

adb devices

참조

안드로이드 스튜디오 에뮬레이터 : 갤럭시 추가하기 Emulator 실행 방법 Emulator cmd 명령어

yjbae-ww commented 4 months ago

Emulator 용도