开发者

i want to do seetings for proxy in 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', '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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜