1. Open the simulator;
2. Run CMD and enter the command mode. Enter ADB shell to enter the android console.
3. Enter LS-L/data/COM. Android. providers. Settings/databases/settings. dB to check whether the current system sets the database to exist.
4. If so, enter sqlite3/data/COM. Android. providers. Settings/databases/settings. dB to enter the database.
5. Execute the data and add the command: insert into system values (99, 'HTTP _ proxy', '100. 192. 168.5.96: 3122 ');, which represents the IP address and port of the server. You can modify it as needed.
6. Run select * from system; to view the inserted data.
7. Restart the server to make the proxy server take effect.You can use the delete from system where _ id = 99 statement to delete the proxy settings,Or use
Update System set value = '192. 168.0.245: 192 'Where _ id = 99; to modify the proxy server settings. You can also set it directly on the simulator,Start the simulator and go to Settings> wireless controls> mobile networks> Access Point names.