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.
互联网只能在安卓模拟器的浏览器中运行。但不适用于所有应用程序,如我的新应用程序、帐户和同步。所以,我不知道为什么互联网在浏览器中运行,而不是在我的新应用程序、帐户和同步中运行。
确保你的清单文件中有这个:
<uses-permission android:name="android.permission.INTERNET" />