Issue
I have been trying to find some reliable solution to this but I couldn't. I have added Android 11 - S
which is an Android 12 Beta image in Android SDKs as shown in the following screenshot
But when I go and try to create the Emulator device in Device Manager I don't see this API in the list
What Am I doing wrong here?
Solution
From document Android 12 Preview, we find that :
The Android 12 Preview program runs from February 2021 until the final public release to AOSP and OEMs, planned for later in the year. At key development milestones, we'll deliver updates for your development and testing environments. Each includes SDK tools, system images, emulators, API reference, and API diffs.
Since it's still in beta, there's definitely some instability, so for that reason, it's still not released. We need to wait patiently for the final release.
Answered By - Jessie Zhang -MSFT
Answer Checked By - David Marino (JavaFixing Volunteer)