I'm looking for a possibility to browse the android API guides offline (with figures). I read several questions about this here (ex. 1, 2, 3...) and tried to get offline docs from the sdk folder or using a direct link. The problem with the actual version (23_r01) is that the images are often not displayed. For example in the page sdk/docs/design/index.html
the image hero-material-design.png
could not be displayed because of a bad src
tag.
What I've tried:
- Using the docs from the SDK folder
- Direct download from https://dl-ssl.google.com/android/repository/docs-23_r01.zip
- Saving the files using HTTrack (I'm getting errors here..)
What I would like to achive:
- Download a correct version of the docs
- OR "Repair" all the broken image paths in the html files
I would appreciate any help.