简体   繁体   中英

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 quickly!

是否在清单文件中添加Internet权限?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM