https://pilot376.tistory.com/72
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 |
댓글