728x90
# Android Studio 에뮬레이터 hosts 변경 방법
1. 에뮬레이터의 Target이 Google APIs로 생성해야 가능(중요... 별 다섯개)
2. cmd
3. adnroid sdk -> tools로 이동
4. emulator -list-avds로 에뮬레이터 이름 확인
5. emulator -avd Nexus_5X -writable-system 쓰기가능 상태로 실행
6. adnroid sdk -> platform-tools로 이동
7. adb -e root
8. adb -e remount
9. adb -e pull /etc/hosts
성공했다면 현재 폴더에 hosts 파일 생김
10. hosts 파일 수정
11. adb -e push hosts /etc/hosts
'공부' 카테고리의 다른 글
Mac hosts 설정 방법 (0) | 2021.12.16 |
---|