michaelsmith
michaelsmith

Reputation: 1051

Cannot find Android 11 in SDK Manager

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

Upvotes: 3

Views: 1602

Answers (2)

jayesh
jayesh

Reputation: 3635

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

Upvotes: 0

Atul
Atul

Reputation: 2132

Update Android studio to version 4.1.1 latest

enter image description here

Upvotes: 1

Related Questions