Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android : Emulator #9

Open
yjbae-ww opened this issue Mar 13, 2024 · 1 comment
Open

Android : Emulator #9

yjbae-ww opened this issue Mar 13, 2024 · 1 comment
Assignees
Labels
android 안드로이드 관련

Comments

@yjbae-ww
Copy link
Owner

yjbae-ww commented Mar 13, 2024

갤럭시 S 시리즈 Emulator에 추가

  • 안드로이드 스튜디오 설치 (필수)
  • 삼성닷컴 가입 (필수)
  1. 삼성 개발자센터 에서 접속하여 원하는 Emulator Skin 다운
  2. 다운로드 경로 찾기 (아래 참조)
C:\Program Files\Android\Android Studio\plugins\android\resources\device-art-resources
  1. 안드로이드 스튜디오 실행 후 Virtual Device 추가
  2. New Hardware Profile 선택
  3. DeveiceName, Resolution 사양에 맞게 수정 후 Finsish 버튼 클릭
  4. 생성된 device 클릭하여 System image와 Verify Configuration을 추가로 다운받은 skin 경로를 연결하여 설정해주기

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

Emulator 목록 확인

emulator -list-avds

Emulator 실행

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

Emulator 바로가기 만들기

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

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

Emulator : APK 실행

설치

adb install "app이름".apk

Emulator 실행 확인

adb devices

참조

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

@yjbae-ww yjbae-ww self-assigned this Mar 13, 2024
@yjbae-ww yjbae-ww added the android 안드로이드 관련 label Mar 13, 2024
@yjbae-ww
Copy link
Owner Author

Emulator 용도

  • 개발 & 단순 테스트 : 단순하거나 간단한 기능 구현하거나 확인 용도
  • 실무 : 실제 환경에서 동작하지 않거나 기능이 문제가 있을 수 있기에, 기기(시료)로 개발하거나 테스트 하는 것을 추천

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android 안드로이드 관련
Projects
None yet
Development

No branches or pull requests

1 participant