weird exceptions under android 4.0 with eclipse

前端 未结 3 2127
悲&欢浪女
悲&欢浪女 2020-12-16 05:30

when i using eclipse to develop my android project , the logCat always print these kinds of warnings , but the app runs ok , can any one tell me what has happened.



        
3条回答
  •  时光取名叫无心
    2020-12-16 05:50

    This is the Error Regarding the network connection framework. since you are using Emulator i guess. and you are not connected to the any internet network, so the framework is trying to get the state of the network and it's not finding anyone and failing to connect

提交回复
热议问题