Android的支持库手册下载 [英] Android Support Library Manual Download

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

问题描述

任何一个可以告诉我如何手动安装Android支持库?因为我有问题,我的SDK管理器中无法找到所需的库,也包需要开发一个应用程序。但我可以与其他产品进行手动管理,现在我找不到支持库下载即使官方网站上展示了如何通过下载SDK管理器,但没有手动。如果SDK管理器不工作正确喜欢我吗?

Can any one tell me how to install Android Support library manually? Because I have problem with my SDK Manager unable to find required library and also packages need to develop an application. But I could manage with other packages manually now I cant find support libraries to download even official website shows how to download through SDK Manager but not manually. What if SDK Manager doesnt work properly like me?

推荐答案

我一直在试图LONG摸不着头脑一整天。最后穿过正确的东西来了网上,所以我会在这里与你分享。

I have been trying to figure this out ALL DAY LONG. Finally came across the right stuff online and so I'll share with you here.

通过命令行:

android list sdk -a --extended

您将得到所有有效的包下载和安装的列表。您可能需要调整缓冲区大小一饱眼福。下面的代码片段

You will receive a list of all the valid packages to be downloaded and installed. You might need to adjust your buffer size to see them all. Snippet below

----------
id: 84 or "source-14"
     Type: Source
     Desc: Sources for Android SDK, API 14, revision 1
----------
id: 85 or "extra-android-m2repository"
     Type: Extra
     Desc: Android Support Repository, revision 5
           By Android
           Local Maven repository for Support Libraries
           Install path: extras\android\m2repository
----------
id: 86 or "extra-android-support" <-- YOU ELUSIVE SOB
     Type: Extra
     Desc: Android Support Library, revision 19.1
           By Android
           Install path: extras\android\support
----------
id: 87 or "extra-google-admob_ads_sdk"
     Type: Extra
     Desc: Google AdMob Ads SDK, revision 11 (Obsolete)
           By Google Inc.
           AdMob Ads SDK
           Install path: extras\google\admob_ads_sdk
----------
id: 88 or "extra-google-analytics_sdk_v2"
     Type: Extra
     Desc: Google Analytics App Tracking SDK, revision 3
           By Google Inc.
           Analytics App Tracking SDK
           Install path: extras\google\analytics_sdk_v2
----------
id: 89 or "extra-google-gcm"
     Type: Extra
     Desc: Google Cloud Messaging for Android Library, revision 3 (Obsolete)
           By Google Inc.
           GCM library has been moved to Google Play Services

现在:

android update sdk --no-ui -a --filter "extra-android-support"

希望这可以帮助别人。我浪费了很多时间跟踪这个家伙了。

Hope this helps someone. I wasted a LOT of time tracking this guy down.

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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆