0

我的问题:我在哪里可以得到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 支持包。我该如何解决这个问题,或者他们的文档有误?

我所看到的

4

1 回答 1

1

它可以在存储库排序中的Google Inc.存储库中找到。按API 级别排序时,您可以在Extras文件夹中找到它。

在这两种情况下,您要查找的包都名为Android Support Library

于 2012-10-25T14:08:08.480 回答