3

I have one problem and it is about find the "Documentation for Android SDK".I search in google and in this site and I find the solution about this topic

but I can not find the "Documentation for Android SDK" in my sdk manager??

thank you.

Community
  • 1
  • 1

3 Answers3

0

It is part of the latest Android API level, which right now is 22:

Android SDK Manager, with Documentation Row Highlighted

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • thank you for all. The problem is something else. my sdk manager dose not display all of the lists. my sdk manager dose not load the new tools that is not available and not installed yet. when I go to the "https://dl-ssl.google.com/android/repository" by address bar I see the "404. That’s an error.That’s all we know. " and also I see computer is being repaired as an image. –  Apr 04 '15 at 14:27
  • @stack: "when I go to the "dl-ssl.google.com/android/repository"; by address bar I see the "404. That’s an error." -- that is normal and is not indicative of a problem with your SDK Manager. If you go into Tools > Manage Add-On Sites, you will see the actual URLs that are used. You might consider trying the "Force https://... sources to be fetched using http://" option in Tools > Options. Or, click "Clear Cache" in Tools > Options, then do Packages > Reload to try reloading from scratch. – CommonsWare Apr 04 '15 at 14:40
  • what about https://stackoverflow.com/questions/63409366/no-documentation-in-android-studio-4-0-1-linux-mint – user924 Aug 14 '20 at 09:12
  • @user924: This answer is over five years old. Google apparently changed their system since then. I have never used documentation in the IDE -- this answer referred to a simple offline copy of `developer.android.com`. – CommonsWare Aug 14 '20 at 11:05
0

after downloading the Documentation from the SDK Manager like the pic in CommonsWare answer, you'll find the Docs inside: path.to/Android/SDK/docs (i have a Mac computer).

Mounir Elfassi
  • 2,242
  • 3
  • 23
  • 38
0

In Android Studio 3.3, the documentation is not mentioned under SDK Platforms > Current API but instead under SDK Tools. enter image description here

You can reach this screen from Tools -> SDK Manager -> Appearance & Behavior -> System Settings -> Android SDK

lucidbrot
  • 5,378
  • 3
  • 39
  • 68
  • 1
    Mine does not have it under SDK Tools either. What to do? I am on Android Studio 3.6.3 on Ubuntu. – RhetoricalRuvim Aug 12 '20 at 02:19
  • @RhetoricalRuvim I don't know, I haven't used Android Studio much since. But maybe it shows up if you uncheck the "Hide Obsolete Packages"? Would be weird though. – lucidbrot Aug 12 '20 at 09:03