I configured the Android emulator, but it does not have an Internet connection, how do I configure or not?
I configured the Android emulator, but it does not have an Internet connection, how do I configure or not?
Talk to you! Have you already added the internet permission on AndroidManifest.xml?
<manifest xlmns:android...>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>
If not added add and test. Vlw!