Cannot find Android 11 in SDK Manager

Viewed 1304

I have the last AS version 4.0.1 and wanted to test our apps on Android 11 in the emulator. The docs say that I should see Android 11 in SDK Manager, but it is not there, cf. screenshot

What am I missing?

enter image description here

2 Answers
Update Android studio to version 4.1.1 latest

enter image description here

Update the android studio version > 4.1.1 and during prepare system image or say emulator just select api - 30

your new emulator will ready with os -11

Related