Android Profiling is unavailable for the selected process, but advanced profiling is enabled
- 阅读更多 关于 Android Profiling is unavailable for the selected process, but advanced profiling is enabled
问题 I am developing an Android app with multiple modules. The app uses ProGuard, compileSdkVersion is set to 27 in all modules, and when I tried to enable Advanced Profiling I continue to get a message saying "Advanced profiling is unavailable for the selected process". Solutions I've tried after searching other questions about the topic: Enable Advanced Profiling (obviously) for the app as well as the default Run Configurations Disable ProGuard in all modules using minifyEnabled false Update