0

我正在我朋友家(在我的笔记本电脑上)测试我的博客阅读器应用程序,它连接到网络并且所有 JSON 的解析工作得很好。我一回到家就去测试它,它似乎无法连接到网络。我的笔记本电脑连接到我的互联网(浏览互联网没有问题),我的模拟器没有开启飞行模式。

显然,我的 LogCat 决定去度假,因为它根本不输出任何信息。

控制台一直在输出这个

[2013-08-29 19:43:24 - BlogReader] Android Launch!
[2013-08-29 19:43:24 - BlogReader] adb is running normally.
[2013-08-29 19:43:24 - BlogReader] Performing com.practice.blogreader.MainListActivity activity launch
[2013-08-29 19:43:25 - BlogReader] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'Nexus_4_Emulator'
[2013-08-29 19:43:26 - BlogReader] Application already deployed. No need to reinstall.
[2013-08-29 19:43:26 - BlogReader] Starting activity com.practice.blogreader.MainListActivity on device emulator-5554
[2013-08-29 19:43:27 - BlogReader] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.practice.blogreader/.MainListActivity }
[2013-08-29 19:43:27 - BlogReader] ActivityManager: Warning: Activity not started, its    current task has been brought to the front

即使模拟器上显示的唯一内容是应用程序。

有任何想法吗?

4

0 回答 0