Android profiler not supported for Kitkat devices/google glass in android studio 3.0

Viewed 6361

From android studio 3.0 Android Monitor turned to Android profiler. But, when using google glass device or other android kitkat devices it's showing below message in android profiler window:

Device not supported. Android profiler requires a device with API 21(Lollipop) or higher.

What's the solution for Kitkat devices to use the latest Android Profiler once android studio 3.0 available for update in stable version?

2 Answers

To enable the advanced profiling, follow these steps: Select Run > Edit Configurations. Select your app module in the left pane. Click the Profiling tab, and then check Enable advanced profiling. For more details, check Measure App Performance

Related