google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android Kotlin Fundamentals codelab: Android Studio does not create layout variations as described #333

Closed rpettitt closed 1 year ago

rpettitt commented 2 years ago

Describe the problem Android Studio 2021.2.1 does not create layout variations as described in the codelab. The orientation preview menu does not have an "Create Landscape Variation" option

In which lesson and step of the codelab can this issue be found? Android fundamentals 01.2 Part B Task1 Step 2.

How to reproduce? Open a layout in Android Studio Select the "Design" option to display a color preview of the layout Select the "Orient for Preview" menu and note that there is no option for "Create Landscape Variation"

Versions Android Studio 2021.2.1 App is targeting API 31 Layout "API Version for preview" 32

Additional information Developer environment Windows 10 running via Remote Desktop

codelab: android-fundamentals