2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
Android 2.3 で使用できるバージョン文字列
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android 2.3 互換性定義のセクション 3.2.2 に記載されているように、システム プロパティ android.os.Build.VERSION.RELEASE
には特定の文字列しか使用できません。これは、アプリやウェブサイトがこの文字列の予測可能な値に依存している可能性があり、デバイスで動作している Android バージョンをエンドユーザーが簡単かつ確実に特定できるようにするためです。
Android ソフトウェアの今後のリリースでは、この文字列が変更されても API の動作は変更されない可能性があるため、このようなリリースには新しい互換性定義ドキュメントが付属しない可能性があります。このページでは、Android 2.3 ベースのシステムで使用できるバージョンの一覧を示します。Android 2.3 で唯一使用できる android.os.Build.VERSION.RELEASE
の値は次のとおりです。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Permitted version strings for Android 2.3\n\nAs described in Section 3.2.2 of the [Android 2.3 Compatibility Definition](/static/docs/compatibility/2.3/android-2.3-cdd.pdf),\nonly certain strings are allowable for the system property\n`android.os.Build.VERSION.RELEASE`. The reason for this is that\napplications and web sites may rely on predictable values for this string, and\nso that end users can easily and reliably identify the version of Android\nrunning on their devices.\n\nBecause subsequent releases of the Android software may revise this string,\nbut not change any API behavior, such releases may not be accompanied by a new\nCompatibility Definition Document. This page lists the versions that are\nallowable by an Android 2.3-based system. The only permitted values for\n`android.os.Build.VERSION.RELEASE` for Android 2.3 are:\n\n- 2.3.3"]]