반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- vsCode
- MachineLearning
- webpack
- MAC
- react
- PYTHON
- localserver
- 리눅스
- 개발
- unittest
- qunit
- Chrome
- androidstudio
- centos
- 네트워크
- avds
- picker
- Android
- linux
- build
- xcode
- IOS
- VirtualBox
- jest
- TensorFlow
- ReactNative
- 맥
- 센토스
- node
Archives
- Today
- Total
로메오의 블로그
[Android] terminal에서 Android Emulator 실행하기 본문
반응형
Android Studio에서 안드로이드 에뮬레이터를 실행하는데,
Android Studio를 실행하지 않고 터미널에서 command로 Android Emulator를 실행하는 방법입니다.
emulator 버전확인하기
$ emaulator -verison
AVDS 목록확인하가
$ emulator --list-avds
emulator 실행하기
$ emulator -avd Nexus_6_API_25
옵션 사용하기
https://developer.android.com/studio/run/emulator-commandline
반응형
'App & OS > Android' 카테고리의 다른 글
[Android Studio] 안드로이드 앱 배포 (1) | 2020.02.05 |
---|---|
[Android] 오류 Manifest merger failed with multiple errors (0) | 2019.07.10 |
[Android] CallLog로 전화통화내역 가져오기 (0) | 2019.06.25 |
[Android] Runtime permission 권한 인증 받기 (0) | 2019.06.25 |
Comments