Search code examples
androidkotlinintellij-ideajetbrains-ide

Compose activity not showing in New project window in Giraffe Android Studio


After updating Flamingo to Giraffe Android studio. There is no options for compose activity in a New Project.

Android Studio Giraffe | 2022.3.1
Build #AI-223.8836.35.2231.10406996, built on June 29, 2023
Runtime version: 17.0.6+0-17.0.6b829.9-10027231 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.4.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 16
Metal Rendering is ON
Registry:
    external.system.auto.import.disabled=true
    ide.text.editor.with.preview.show.floating.toolbar=false

Non-Bundled Plugins:
    idea.plugin.protoeditor (223.8214.6)

New Project window

enter image description here

What setting should I have to add in here?


Solution

  • You literally have it selected - that's the Compose icon in the middle of Empty Activity template. With Giraffe, the default template uses Compose (and you'd need to use the "Empty Views Activity" template to get the previous behavior).