且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何禁用/启用网络,在 Android 模拟器中切换到 Wifi?

更新时间:2022-03-06 01:08:26

在项目资源管理器"面板中右键单击项目,选择运行方式",然后选择运行配置".

Right click on project in the "Project Explorer" panel, chose "Run As" then "Run Configurations".

在模态显示窗口的左侧选择Android 应用程序",在同一窗口的右侧选择目标"选项卡.

On the left side of the modally shown window chose "Android Application" and on the right side of the same window, chose tab "Target".

在窗口底部的模拟器启动参数"部分,您有许多关于互联网连接的选项.

At the bottom of the window, in the "Emulator Launch Parameters" section you have plethora of options regarding internet connectivity.

我希望这会有所帮助.

伊戈尔