Android Support4Demos - API 4+支持演示完整项目
我想要 Support4Demos 的完整示例代码。我如何下载完整的项目? 我在这里只看到了一些文件 http://developer.android.com/resources/samples/Support4Demos/index.html
但通常它应该在 android-sdk/samples 中。
我已经安装了 SDK API 7-13 第 1 版的所有示例,但仍然在示例文件夹中找不到它。
I want the full sample code for the Support4Demos. How can I download the full project?
i only saw some files here
http://developer.android.com/resources/samples/Support4Demos/index.html
But normally it should be in android-sdk/samples.
I have installed all samples for SDK API 7-13, revision 1 but still i can not find it in the samples folders.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 [your-sdk-path]/extras/compatibility/v4 或 v13 中查找库和示例应用程序。您需要运行 javadoc 来提取源文件上的 html 文档。
更多详细信息请参见此处:
Android 兼容性库
Look in [your-sdk-path]/extras/compatibility/v4 or v13 for the library and sample apps. You'll need to run javadoc to extract out html documentation on the source files.
More details here:
Android Compatibility Library
在我的机器上,这个演示位于 [my-sdk-path]/extras/android/support/Samples
On my machine this demo was in [my-sdk-path]/extras/android/support/Samples
我在
[my-sdk-path]/android-compatibility/v4
或v13
中找到了它I found it in
[my-sdk-path]/android-compatibility/v4
orv13