Reputation: 893
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 mac
Upvotes: 13
Views: 12478
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
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