Jetpack compose can not inspect in AS Layout Inspector. Is there any tools can inspect compose layoutnode.
Jetpack compose can not inspect in AS Layout Inspector. Is there any tools can inspect compose layoutnode.
After Enabling Enable View Attributes in Device's Developer Options solved the issue for me in Android 12 Device
As of the Jetpack Compose Beta launch, the latest version of Android Studio has a version of the Layout Inspector that supports inspecting jetpack compose layouts:
https://developer.android.com/jetpack/compose/tooling#layout-inspector

Android Studio's Layout Inspector does not currently support Compose. Until then you can use Square's Radiography for debugging, which will print your view hierarchy.
Check out the documentation to use it with Compose: https://github.com/square/radiography#jetpack-compose-support
Question is not very clear. If I understand it correctly, may be you are not seeing your app in the Select a process option of the Layout inspector.
https://developer.android.com/studio/debug/layout-inspector#inspect-compose-semantics
Make sure your app is using an API level of 29 or higher, and Compose 1.2.0-alpha03 or higher. Then, deploy your app as you normally would.