本文介绍了Android支持库直接链接下载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有用于下载Android支持库版本8的直接链接?

Is there any direct link for downloading Android support library version 8?

推荐答案

尽管尚未发布,但较旧的版本(返回support_r04.zip)似乎仍可以从下载站点的同一目录中获得最新版本(support_r10).zip)在addon.xml中指定.

Although unpublished, the older versions (back to support_r04.zip) seems to be still available from the download site at the same directory for the latest one (support_r10.zip) as specified in the addon.xml.

因此对于R8,URL为 https://dl-ssl.google.com/android/仓库/support_r08.zip

So for R8, the URL is https://dl-ssl.google.com/android/repository/support_r08.zip

这篇关于Android支持库直接链接下载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 13:28