liuqzan 发表于 2013-1-30 01:13:20

Set the Proxy for the Android Emulator

1. adb shell
2. sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
3. sqlite> Insert into system values(99,'http_proxy','httpproxy:prot');
4.exit
页: [1]
查看完整版本: Set the Proxy for the Android Emulator