我为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)
其他应用可以正常使用网络。有什么问题?