我的问题:我在哪里可以得到android-support-v4.jar
?
我尝试过什么:我去了Android.com 的关于获取包的文档,它指出:
支持包作为可从 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 支持包。我该如何解决这个问题,或者他们的文档有误?