본문 바로가기

Programming!

Android hosts 파일 수정하기.


Command File : %ANDROID_HOME%\tools\adb.exe
]adb remount

]adb pull /system/etc/hosts D:\TDPlatform\android_home\backup\

hosts 파일 수정하기
---------------------------------------
기본적으로 로컬만 등록되어 있음.
127.0.0.1      localhost
---------------------------------------

]adb push D:\TDPlatform\android_home\work\hosts /system/etc/



hosts 파일 수정 확인해보기

]adb -e shell
#cat /system/etc/hosts