Android Emulator with Internet

Asked

Viewed 160 times

0

I configured the emulator of Android, but has no Internet connection, as I configure or have no way?

  • 1

    which emulator??

  • Internet to connect the application you made ? Or in general ? Type the web browser is connecting ?

  • I managed to solve by placing the proxy in the emulator. Making it clear that it is the emulator that comes with the installation of Embarcadero.

1 answer

1

Speak up! You’ve already added the internet permission on Androidmanifest.xml ?

<manifest xlmns:android...>
 <uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>

If not added and forehead. Vlw!

  • I managed to solve by placing the proxy in the emulator. Making it clear that it is the emulator that comes with the installation of Embarcadero.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.