shehzy
shehzy

Reputation: 2281

Android Studio 3.3, Advanced Profiling is Unavailable for the Selected Process

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.

Upvotes: 4

Views: 4249

Answers (2)

Vishist Varugeese
Vishist Varugeese

Reputation: 1580

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!!

Upvotes: 0

Rik van Velzen
Rik van Velzen

Reputation: 2015

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

Upvotes: 7

Related Questions