0

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).

Furqan Khan
  • 504
  • 4
  • 12

1 Answers1

1

I have a final working code like this.

compileSdkVersion "android-Tiramisu"

And

targetSdkVersion "Tiramisu"
abdul_kayuem
  • 49
  • 2
  • 8