remount 한다.
1 | >adb remount |
안드로이드에 있는 host 파일을 받는다.
1 | >adb pull /system/etc/hosts D:\TDPlatform\android_home\backup\ |
hosts 파일 수정한다.
---------------------------------------
기본적으로 로컬만 등록되어 있음.
127.0.0.1 localhost
---------------------------------------
host 파일을 넣는다.
1 | >adb push D:\TDPlatform\android_home\work\hosts /system/etc/ |
hosts 파일 수정 확인해보기
>adb -e shell
#cat /system/etc/hosts
'Android' 카테고리의 다른 글
Google Play 너무나도 어려운 가족 정책 요구사항 위반 해결하기 (1) | 2019.11.11 |
---|---|
[Android] SparseArray 와 HashMap 차이 (0) | 2015.07.09 |
메모리누수 OutOfMemoryError (0) | 2013.11.25 |