Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 407
shehzy Avatar asked Mar 04 '23 15:03

shehzy


1 Answers

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

like image 186
Rik van Velzen Avatar answered Jun 06 '23 22:06

Rik van Velzen