开发者

i want to do seetings for proxy in android emulator

开发者 https://www.devze.com 2023-02-20 00:48 出处:网络
> adb shell # sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db sqlite> INSERT INTO system VALUES(99,’http_proxy\', \'proxy:port\');
  1. > adb shell
  2. # sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
  3. sqlite> INSERT INTO system VALUES(99,’http_proxy', 'proxy:port');
  4. sqlite>.exit

but it is solution for temporary....i want to do permen开发者_如何学Got ...when i restart my Emulator than i must set again all settings..so whats solution of this problem....


There's a command line option -http-proxy when starting the emulator

http://developer.android.com/guide/developing/tools/emulator.html

0

精彩评论

暂无评论...
验证码 换一张
取 消