jerfin
jerfin

Reputation: 893

Why empty compose activity not found in Android Studio Beta5?

I recently installed android studio beta 5 to learn jetpack compose but to create a new project empty compose activity is not available, can any one help me.I am using android studio in macI have attached the image

Upvotes: 13

Views: 12478

Answers (4)

Dinesh
Dinesh

Reputation: 1670

On Latest Android Studio it's by default compose activity.

The "Empty Activity" will create a new empty material3 compose the project, which should work the same as the "Empty-Compose-Activity" template. You can find more info in the official release notes

Edited

If you want to create empty view(xml) activity in latest project then select Empty Views Activity.

Upvotes: 29

Brian
Brian

Reputation: 264

you should download the android studio arctic fox

overview:

  1. https://developer.android.com/jetpack/compose/setup
  2. enter image description here

Upvotes: 3

Gabriele Mariotti
Gabriele Mariotti

Reputation: 363785

Currently in AS 4.2 Beta5 the compose activity is not available.

As described in the guide:

you should download the latest canary version of Android Studio Preview.

Upvotes: 1

ΓDΛ
ΓDΛ

Reputation: 11060

Make sure Android Studio Canary is installed.

Upvotes: 0

Related Questions