Where are Sources for Android 30

Viewed 635

Scenario

When I hit ctrl+class name to open the source code of a class, android studio usually opens a dummy implementation with stub methods. And when I lower compileSdkVersion to 29 those actions work correctly.

Problem

I can't find Sources for Android 30 in the sdkmanager window.

Question

Will it be released soon or Am I missing something?

https://imgur.com/ERwqSBP.png

1 Answers

Will it be released soon

Usually the sources are not released until the production version of the OS ships. That should be later this year.

Related