离线 Android 开发指南

发布于 2024-10-10 11:02:39 字数 445 浏览 5 评论 0原文

我想知道是否存在/有人编译了 Android 开发指南和/或类参考页面的下载

我所指的页面是:(

开发指南) http://developer.android.com/guide/basics/what-is -android.html

(类参考) http://developer.android.com/reference/android/package-summary.html

会很有帮助的!

谢谢

I was wondering if there exists/anyone has compiled a download of the Android Dev Guide and/or the class reference pages

The pages I'm referring to are:

(the dev guide)
http://developer.android.com/guide/basics/what-is-android.html

(the class reference)
http://developer.android.com/reference/android/package-summary.html

Would be quite helpful!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

池予 2024-10-17 11:02:39

如果您安装了 android sdk,您可以在 android_sdk/docs 下找到完整文档(其中 android_sdk 是您将 SDK 解压到的路径)。只需打开index.html。

不过,SDK 文档可能需要手动安装。如果文档丢失,您可以通过启动位于 SDK 安装位置根目录中的 SDK 管理器来下载该文档。

if you install the android sdk, you can find the full documentation under android_sdk/docs (where android_sdk is the path you extracted the SDK to). Just open up index.html.

However, the SDK documentation may need to be installed manually. You can download the documentation, if it is missing, by launching the SDK Manager located in the root directory of your SDK install location.

樱花落人离去 2024-10-17 11:02:39

是的,它是在这个路径adnroid_sdk/docs,我找到了它

yeah,it is at this path adnroid_sdk/docs,i found it

情痴 2024-10-17 11:02:39

对我来说,它位于“sdk\add-ons\addon-google_apis-google-8\docs\reference”下。

For me, it was under "sdk\add-ons\addon-google_apis-google-8\docs\reference."

强者自强 2024-10-17 11:02:39

如果您的系统上安装了 php 和 python,您可以尝试 github 上的转换器脚本 - https://github.com/phdd/android-api-guides-ebook-converter

下载 Android 开发者指南并为您创建 epub。它对我来说效果很好。然而,它丢失了代码块的颜色格式。请注意,默认情况下,转换器不会下载 API 参考。我想您可以编辑转换器脚本以包含 API 参考(或单独的 epub 文件)。

If you have installed php and python on your system, you can try converter script on github - https://github.com/phdd/android-api-guides-ebook-converter

Which downloads the latest content on the Android developer Guide and create a epub for you. It works fine for me. However it loss the color formatting of code blocks. Note that the converter not download the API reference by default. I guess you can edit the converter script to include the API reference too (or to a separate epub file).

橘寄 2024-10-17 11:02:39

此外,如果您在 MAC 上使用“Android Studio”,它也是应用程序资源的一部分。

右键单击“Android Studio”并选择“显示包内容”。从那里浏览到“sdk/docs/index.html”...瞧!

Also, if you are on a MAC using the 'Android Studio' it is part of the application's resources.

Right click on the 'Android Studio' and select 'Show Packages Contents'. From there browse to 'sdk/docs/index.html' ...voila!

烟─花易冷 2024-10-17 11:02:39

对于 ADT Bundle,请转到 SDK Manager,打开最新版本的 android 下的列表,然后单击“Documentation for the Android SDK”

For the ADT Bundle, go to the SDK Manager, open the list under the last version of android and click on "Documentation for the Android SDK

妄想挽回 2024-10-17 11:02:39

Android 开发人员文档基本上是作为 zip 文件分发的developer.android.com 站点的不太最新的镜像。

这让我开始思考,我创建了一个 Android 应用程序 (https://brouken.com/offliner/)阅读源 zip 格式的本文档。但我最终使用了更多最新的 wget 镜像,其中包括 https://material.io/ 及其所有 JavaScript和视频。

The Android Developer Docs is basically a less up to date mirror of the developer.android.com site distributed as a zip file.

That got me thinking and I created an Android app (https://brouken.com/offliner/) capable of reading this documentation in the source zip format. But I end up using more up to date wget mirror that includes https://material.io/ with all its javascripts and videos.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文