首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何下载Rev.9第三方插件?

如何下载Rev.9第三方插件?
EN

Stack Overflow用户
提问于 2012-01-02 09:43:18
回答 1查看 783关注 0票数 4

SDK Manager中的Rev 9 add-ons site URL不再有效。

唯一的出路(到目前为止我找到的)是接受强制升级到版本15 SDK工具。

但是,由于各种原因,我不希望升级到版本15 SDK。

我想继续使用版本9(目前)。

有没有办法只下载版本9的附加组件?添加或替换现有URL的URL?

具体地说,我对将In-app Billing Sample Application下载到%ANDROID_HOME%\extras\google\market_billing\感兴趣。

我该怎么做呢?

作为参考,感谢下面的评论和答案,我发现在我目前的系统中,%ANDROID_HOME%下的整个source.properties文件列表是:

代码语言:javascript
复制
add-ons\addon_google_apis_google_inc_8\source.properties
docs\source.properties
google-market_licensing\source.properties
google-usb_driver\source.properties
platform-tools\source.properties
platforms\android-3\source.properties
platforms\android-4\source.properties
platforms\android-7\source.properties
platforms\android-8\source.properties
platforms\android-9\source.properties
platforms\android-Honeycomb\source.properties
samples\android-7\source.properties
samples\android-8\source.properties
samples\android-9\source.properties
samples\android-Honeycomb\source.properties
tools\source.properties
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-01-02 11:47:30

我安装了Android SDK版本15。如果我在android-sdk\add-ons\addon-google_apis-google_inc_-9\source.properties,中查看,这是Rev 9的附加组件XML URL:https://dl-ssl.google.com/android/repository/addon.xml

基于XML数据,Market Billing zip在这里:https://dl-ssl.google.com/android/repository/market_billing_r01.zip

编辑:以下是source.properties文件的内容:

代码语言:javascript
复制
### Android Tool: Source of this archive.
#Mon Dec 12 00:00:15 EST 2011
Pkg.Desc=Android + Google APIs, API 9, revision 2
Pkg.License=REMOVED_TO_SAVE_SPACE
Addon.Name=Google APIs
Archive.Arch=ANY
Pkg.DescUrl=http\://developer.android.com/
Archive.Os=ANY
Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/addon.xml
Pkg.Revision=2
Pkg.Obsolete=
Addon.Vendor=Google Inc.
AndroidVersion.ApiLevel=9
票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8696820

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档