Android Studio – "Unsupported value: Tiramisu" while I try to set up the Android 13 SDK
I followed this page: https://developer.android.com/about/versions/13/setup-sdk to set up Android 13 SDK. In my build.gradle: android { compileSdkVersion("Tiramisu") defaultConfig { targetSdkVersion("Tiramisu") } } Then I got the error: > Unsupported value: Tiramisu. Format must be one of: - android-31 - android-31-ext2…