Android Emulator with Internet [closed]

0

I configured the Android emulator, but it does not have an Internet connection, how do I configure or not?

    
asked by anonymous 10.08.2016 / 16:54

1 answer

1

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!

    
10.08.2016 / 17:30