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 Studio version to 3.1.3 and Gradle to 4.4
- Rebuild project after the above changes
Am I missing something? Is there anything else I can do to enable Advanced Profiling?