자바스크립트가 비활성화 되어있습니다.
자바스크립트가 활성화 되어야 콘텐츠가 깨지지 않고 보이게 됩니다.
자바스크립트를 사용할수 있도록 옵션을 변경해 주세요.
- willbsoon

본문 바로가기
Mobile

안드로이드 hosts파일 수정

by willbsoon 2022. 10. 5.

https://pilot376.tistory.com/72

 

안드로이드 에뮬레이터 Host 수정하기 (윈도우)

에뮬레이터 생성 1) Android Studio → 우측 상단 AVD Manager 클릭 → 좌측 하단 + Create Virtual Device 클릭 2) playstore가 없는 버전 선택 후 Next 클릭 3) 상단 x86 Image 탭 선택 4) API Level 28 선택..

pilot376.tistory.com

 

 

Library/Android/sdk/emulator/emulator @API_31_a12 -writable-system    // 실행

 

cd Library/Android/sdk/platform-tools

./adb devices   // 에뮬레이터 확인

./adb -s emulator-5554 root   // root 권한

./adb -s emulator-5554 remount    /// remount

 

./adb -s emulator-5554 pull ./system/etc/hosts ~/

hosts 파일 수정

10.0.2.2 로 도메인 수정

./adb -s emulator-5554 push ~/hosts ./system/etc/hosts

 

'Mobile' 카테고리의 다른 글

ios 앱 배포 방식 5가지  (0) 2022.12.15
compileSdkVersion, targetSdkVersion  (0) 2022.11.07
ios - app store 앱 등록  (0) 2022.08.22
flutter - Error launching the application on My iPhone  (0) 2022.08.13
flutter - ios 빌드 환경 분리  (0) 2022.08.13

댓글