Android Studio 3.0 Canary 2 Advanced Profiler does not work correctly

I am using Android Studio 3.0 Canary 2 and I want to use Android Profiler tool.
So, I created an AVD (Nexus 5X), ran my application, and I can see the CPU, memory and network graph, ok. Now I cannot use "advanced profiling" (I enabled it in my config). I have read the documentation for Enabling Advanced Profiling and Android Profiler . And I thought I had to enable ADB in my AVD (why is it not enabled by default? I don't know) and when I enable it, Android Studio shows β€œNo devices connected”. I tried to close AS, AVD, open in order, reverse order, by the way ... What do I see?

+3


source to share


1 answer


I ran into this problem and fixed it with the following steps:



 1. Enable USB debugger in the Emulator device (based on this https://developer.android.com/studio/debug/dev-options.html#enable).
 2. Restart the Emulator device.
 3. run the App.

      

-1


source







All Articles