Home > Back-end >  How can I disable Jetpack Compose previews on Android Studio
How can I disable Jetpack Compose previews on Android Studio

Time:06-15

I want to disable all Jetpack Compose previews at once. Is there any Android Studio config for that?

CodePudding user response:

I don't know if there's a specific option for that, but you can (by default) open a "Compose File" without showing the preview.

This option is available in Preferences > Editor > Design Tools.

enter image description here

  • Related