0

私の質問:どこで入手できandroid-support-v4.jarますか?

私が試したこと:パッケージの取得に関するAndroid.com のドキュメントにアクセスしたところ、次のように記載されています。

サポート パッケージは、Android SDK Manager からダウンロード可能なパッケージとして提供されます。インストールするには:

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 に答える