0

我为使用互联网连接的 android OS 编写了一个应用程序。

我在手机上安装了启用 WiFi 和 MOBILE 连接的应用程序。

有一个问题:当我在MOBILE之后进入WiFi网络范围时,我的手机正确启用了WiFi并禁用了MOBILE,但我的应用程序出现错误:

E/xxx    (29249): class java.net.ConnectException
E/xxx    (29249): failed to connect to domain.com/x.x.x.x (port 443): isConnected failed: EHOSTUNREACH (No route to host)
E/wpa_supplicant(  766): android_multicast_filter_startstop: failed to issue private commands
E/xxx    (29249): class java.net.ConnectException
E/xxx    (29249): failed to connect to domain.com/x.x.x.x (port 443): isConnected failed: EHOSTUNREACH (No route to host)

其他应用程序在网络上运行良好。怎么了?

4

0 回答 0