2012-10-25 45 views
0

我的问题:我在哪里可以得到android-support-v4.jar从哪里获得最新的Android支持包

我曾尝试:我去Android.com's documentation上获得的包,并且声明:

支持包作为从Android SDK管理器下载软件包提供。要安装:

Launch the Android SDK Manager. 
From Eclipse, you can select Window > Android SDK Manager. Or, launch SDK Manager.exe from the <sdk>/ directory (on Windows only) or android from the <sdk>/tools/ directory. 
Expand the Android Repository, check Android Support package and click Install selected. 
Proceed to install the package. 
When done, all files (including source code, samples, and the .jar files) are saved into the <sdk>/extras/android/support/ directory. This directory contains each of the different support libraries, such as the library for API level 4 and up and the library for API level 13 and up, each named with the respective version (such as v4/). 

但是我没有看到Android的支持包在我上市。我该如何解决这个问题,或者他们的文档是错误的?

What I see

回答

1

它可以在排序中谷歌公司库中找到。 当按排序时,API级别可以在Extras文件夹中找到它。

在这两种情况下,您要查找的包名为Android支持库

+1

谢谢!所以你说的文档是错误的,当它说:'扩展Android存储库,检查Android支持包...应该说:'展开谷歌公司库,检查Android支持包... – kentcdodds

+0

是。在这种情况下,文档不正确。 – keyboardsurfer

相关问题