How to connect to internet using Android Emulator telnet
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 qui开发者_JS百科ckly!
Whether you add internet permission in Manifest file?
<uses-permission android:name="android.permission.INTERNET" />
精彩评论