Problem: I would like to install a already compiled APK on an emulator (AVD) and use the profiler from Android Studio (Android Studio 3.4.1 as well Android Studio 3.6 Canary 2)
Although, it doesn't matter which version for the emulator I use, for none of those APIs (23 - 28) the network profiler worked. The profiler itself outputs statistics about the cpu, memory and network, but the connections and requests of the network are not shown and it states advanced profiling is unavailable for the selected process
(API >= 26). For API < 26 I get the same, even if I check the "enable advanced profiling"-checkbox in the Configuration-Settings.
I found some old solutions or unanswered questions, but nothing of them worked.
Is this behavior (not being able to sniff network traffic of third-party-apks) intended, or should it usually work.
Thanks in advance, cheers!