How to enable the android simulator browser to browse the Internet

Source: Internet
Author: User

In Windows, After configuring the adroid environment variable (such as adding D:/android-sdk-windows-1.0_r1/tools to the system variable path), enter in the command line window:

 

Emulator

 

After the android simulator is started, enter:

 

ADB Shell

 

Enter the ADB shell mode:

Write the network connection proxy settings to the configuration database. If your Internet proxy IP address is 10.193.xx.xx:

Sqlite3/data/COM. android. providers. settings/databases/settings. DB "insert into system values (99, 'HTTP _ proxy', '10. 193. XX. XX: 1080 ')"

 

Check whether the system settings have been successfully changed:

Sqlite3/data/COM. Android. providers. Settings/databases/settings. DB "select * from System"

 

The result should contain 99 | http_proxy | 10.193.xx.xx: 1080.

Restart the simulator and use the Internet on browser.

How to delete the configuration information just written:

Sqlite3/data/COM. Android. providers. Settings/databases/settings. DB "delete from system where _ id = 99"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.