Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetpack Compose: The layout inspector is not showing the menu for recomposition counts

Android Studio Bumblebee Patch 3

From this page, it says that I can see recomposition counts: https://developer.android.com/jetpack/compose/tooling#recomposition-counts

It does not show the menu option to me. Only the device name and "Stop inspector"

like image 664
user2343647 Avatar asked Sep 12 '25 05:09

user2343647


1 Answers

You just need to enable this option in View Options

enter image description here

like image 141
Merkost Avatar answered Sep 14 '25 19:09

Merkost