0
votes

How to connect to internet using Android Emulator. I tried using telnet localhost 5554 command but the following error comes: Web page not available.

I am not using any proxy. I am using a USB modem device to connect to the internet. Please help quickly!

1

1 Answers

0
votes

Whether you add internet permission in Manifest file?

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