Reputation: 1338
In my Android Studio the last available SDK is v28.
How can I download Android SDK v29? Is not on the list.
Also, in the Android Studio Settings -> System Settings -> Updates, I'm on the stable channel and the current Android Studio version is 3.1.4, Android SDK Tools version is 26.1.1 and the Android Platform version number is API 28 revision 6.
Upvotes: 1
Views: 5160
Reputation: 5214
OK, you are the man coming from the future.
At now (2019-01-04T01:12+0800), Android SDK repository just have the tools up to API 28 (search for "android-28" or "android-29"), the latest public release of Android is just also Android Pie (API 28), from Wikipedia or from Android official website.
Some recent report has indicated the presence of API 29 (Android Q), for example this news from XDA, or AOSP sources. However there are no public announcement of Android Q release at this time.
Maybe, in the future, the link for Android SDK Platform 29 rev 1 will come true :-)
Upvotes: 1