echo -e \n >> /system/etc/hosts
echo 192.168.0.246 www.aaa.com >> /system/etc/hosts
需要依赖adb具有修改文件权限:
adb remount adb shell mount -o rw,remount /system