4

I updated my android studio to version 3.3 and stuck with the android profiler problem "Advanced profiling is unavailable for the selected process".

I have tried the followings but nothing worked

  1. Run Configuration -> Enable advanced profiling
  2. minifyEnabled false (https://stackoverflow.com/a/39051307/1925394)
  3. different compileSdkVersion 25, 26, 28

Thanks for your time and help.

shehzy
  • 2,215
  • 3
  • 25
  • 45

2 Answers2

7

Setting Run Configuration to Enable advanced profiling and then re-running/building the app did it for me.

Rik van Velzen
  • 1,977
  • 1
  • 19
  • 37
0

After trying the solution mentioned here and on other similar questions, and none of them actually working for me.

I tried Cleaning the project and Rebuilding it. And Voila! It worked!!

Vishist Varugeese
  • 1,500
  • 1
  • 17
  • 30