I am trying to follow the setup guide for Android 12L here. But I get the following error when I sync gradle on the project:
Unsupported value: Sv2. Format must be one of:
- android-31
- android-31-ext2
- android-T
- vendorName:addonName:31
I am using gradle-7.3-rc-1
and I already have Android Sv2 Preview
SDK downloaded. I tried building with this config on both my main project and a fresh new project with the same result. I am on an M1 Mac (if that makes any difference).