Android Studio:您的设备无法使用网络监控

时间:2016-07-21 04:03:56

标签: android android-studio android-emulator network-programming monitor

今天我刚打开Android Studio。当我在模拟器上运行我的应用程序并单击按钮时,它突然崩溃。当我在Logcat上看到崩溃时,就会出现空的Logcat。当我去监视器时显示Network monitoring is not available on your device。我知道这个问题。以下是Logcat的图片。

图片:

enter image description here

我尝试了什么:

当我在Google上搜索类似问题时。我找到了一个问题。

问题:

Android Studio Network Monitoring not Working

但这个问题没有人回答。此问题也由5 month ago提出。所以我再次询问是否有任何改进。

感谢任何帮助。

UpDate:

5分钟后,它将显示此屏幕。The Monitor is disable

enter image description here

2 个答案:

答案 0 :(得分:1)

网络监视器仅适用于真实设备,而不适用于仿真器。
https://developer.android.com/studio/profile/am-network.html

答案 1 :(得分:0)

我找到了解决方案。

这太有趣了,因为这是NullPointer错误,但在Android LolliPop设备中,它显示为Network error

我在Android 5.0上看到此错误意味着Lollipop版本,但是当我在KitKat中的Api 19版本中运行此错误时。它会给我NullpointerExeception,因为我向Id提供了错误的EditText

所以我发布这个答案,因为当你看到这种类型的错误。请在所有设备上进行检查,因为这不是Network error。虽然它只是在显示器中显示如下。