Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果一个android程序有一个只有在没有互联网访问时才会执行的循环,你如何在模拟器上测试它?
删除互联网访问许可表清单可能是一种方法。我敢肯定,其他人以前也遇到过这种情况。有替代方法吗?
按下F8可切换网络连接。
F8
我在我的模拟器中使用了这个。
请参阅此链接Android 模拟器
您必须按 F8 来检查模拟器上的连接。您可以打开/关闭 ariplane 模式。
只需打开飞行模式或关闭正在运行模拟器的电脑上的 wifi。模拟器不会与调试断开连接,也没有互联网连接。