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模拟器可以在没有互联网连接的情况下运行吗?
我想在通勤期间进行开发,并且无法访问互联网。请告知是否可以实现
谢谢
是的你可以。不过,您应该先下载所有必需的库和帮助程序类。谷歌地图或谷歌云消息等当然不会工作。
Android Emulator 在没有任何 Internet 连接的情况下运行,除非您的应用需要访问 Internet 以获取数据。
I am currently attempting to add a listener to my button so that when it is clicked it loads what is in the 'textId' textfield into an html text above said textfield and button. This is so th