android studio not showing network inspector

Viewed 1158

I saw this documentation https://developer.android.com/studio/debug/network-profiler

which says we can inspect networks requests and responses via network inspector. But, my android studio not showing this tab. ( I tried invalidate caches/restart, but didn't work out)

current android studio version is: Arctic Fox, 2020.3.1 patch 4

enter image description here

1 Answers

follow this : go to profiler at the bottom -> starting a new profiling session(make sure your app is running while doing this) -> you will get to see it says Network Profiler has moved-> click network inspector image

Related