はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『android Git repositories - Git at Google』

  • 人気
  • 新着
  • すべて
  • gd/rust - platform/system/bt - Git at Google

    3 users

    android.googlesource.com

    Rust buildCurrently, the Rust components are built differently on Android vs Linux. We are missing Rust support in our GN toolchain so we currently build the Rust libraries as a staticlib and link in C++. This may change in the future once we have better support. For now, you can build all of the Rust code using Cargo. There are some dependencies: You must have the protobuf-compiler package instal

    • テクノロジー
    • 2021/04/01 14:24
    • Rust
    • bluetooth
    • techfeed
    • Git
    • GitHub
    • android
    • Android Jetpack

      3 users

      android.googlesource.com

      Jetpack is a suite of libraries, tools, and guidance to help developers write high-quality apps easier. These components help you follow best practices, free you from writing boilerplate code, and simplify complex tasks, so you can focus on the code you care about. Jetpack comprises the androidx.* package libraries, unbundled from the platform APIs. This means that it offers backward compatibility

      • テクノロジー
      • 2018/07/24 13:16
      • Android Jetpack

        9 users

        android.googlesource.com

        Jetpack is a suite of libraries, tools, and guidance to help developers write high-quality apps easier. These components help you follow best practices, free you from writing boilerplate code, and simplify complex tasks, so you can focus on the code you care about. Jetpack comprises the androidx.* package libraries, unbundled from the platform APIs. This means that it offers backward compatibility

        • テクノロジー
        • 2018/07/24 13:16
        • androidx
        • android
        • git
        • あとで読む
        • Demo Mode for the Android System UI

          4 users

          android.googlesource.com

          Demo mode for the status bar allows you to force the status bar into a fixed state, useful for taking screenshots with a consistent status bar state, or testing different status icon permutations. Demo mode is available in recent versions of Android. Enabling demo modeDemo mode is protected behind a system setting. To enable it for a device, run: adb shell settings put global sysui_demo_allowed 1

          • テクノロジー
          • 2018/02/13 00:47
          • android
          • Changelog

            4 users

            android.googlesource.com

            Report issues to GitHub. For Android Studio issues, follow the docs on the Android Studio site. AnnouncementsLLD is now available for testing. AOSP is in the process of switching to using LLD by default and the NDK will follow (timeline unknown). Test LLD in your app by passing -fuse-ld=lld when linking. The Play Store will require 64-bit support when uploading an APK beginning in August 2019. Sta

            • 世の中
            • 2015/12/22 08:45
            • lollipop-release - platform/build - Git at Google

              6 users

              android.googlesource.com

              android / platform / build / lollipop-releasecommit750a343e0d1a9412f0be1dd24bda38a68c1aa567[log] [tgz]authorThe Android Automerger <android-build@google.com>Fri Mar 27 07:37:46 2015 -0700committerThe Android Automerger <android-build@google.com>Fri Mar 27 07:37:46 2015 -0700tree0412c2dfb1e9daa3eb57d267a2de295c61806b89parentdb01341c9ab8f38235f9ef90f12307f6552553d2 [diff]"LRX22L" core/build_id.mk[di

              • テクノロジー
              • 2014/11/04 12:43
              • android
              • 66398b57e33cba0c38d2aa510712bf3e6fbc7645 - platform/dalvik - Git at Google

                9 users

                android.googlesource.com

                Dalvik is dead, long live Dalvik! DO NOT MERGE croot cd dalvik repo start dalvik-is-dead-long-live-dalvik . repo sync -c . git rm -r README.txt git rm -r dexopt git rm -r tools/deadcode.py git rm -r tools/dex-preopt git rm -r tools/dexcheck git rm -r tools/dexdeps git rm -r tools/gdbjithelper git rm -r unit-tests git rm -r vm git checkout vm/Common.h (needed by libdex) git checkout vm/DalvikVersio

                • テクノロジー
                • 2014/06/19 19:42
                • Android
                • platform/frameworks/volley - Git at Google

                  6 users

                  android.googlesource.com

                  9424680 Merge "Add some missing @Deprecated annotations." by Jeff Davidson · 8 years ago main master n-iot-preview-4 nougat-iot-release sdk-release android-n-iot-preview-4 android-n-iot-release-ihome-igv1 android-n-iot-release-lg-thinq-wk7 android-n-iot-release-polk-at1 android-n-iot-release-smart-display android-n-iot-release-smart-display-r2 android-n-mr2-preview-1 android-n-mr2-preview-288fb6bf

                  • テクノロジー
                  • 2014/03/19 13:46
                  • Volley
                  • android
                  • tech
                  • refs/heads/main - platform/frameworks/volley - Git at Google

                    3 users

                    android.googlesource.com

                    android / platform / frameworks / volley / refs/heads/maincommit9424680a52bc7804e0c7f0f71c2f1ea282f10cdd[log] [tgz]authorJeff Davidson <jpd@google.com>Wed Dec 28 17:36:53 2016 +0000committerGerrit Code Review <noreply-gerritcodereview@google.com>Wed Dec 28 17:36:53 2016 +0000tree18e3d5cf0ba1efb4cabea9a0acc9ba9241a6bd2fparent4ad53e3321d9bed5a216d65623d92c91c5457e55 [diff]parent88fb6bf04b961da9b149e

                    • テクノロジー
                    • 2014/02/19 21:21
                    • Android
                    • あとで読む
                    • platform/frameworks/volley - Git at Google

                      6 users

                      android.googlesource.com

                      9424680 Merge "Add some missing @Deprecated annotations." by Jeff Davidson · 8 years ago main master n-iot-preview-4 nougat-iot-release sdk-release android-n-iot-preview-4 android-n-iot-release-ihome-igv1 android-n-iot-release-lg-thinq-wk7 android-n-iot-release-polk-at1 android-n-iot-release-smart-display android-n-iot-release-smart-display-r2 android-n-mr2-preview-1 android-n-mr2-preview-288fb6bf

                      • テクノロジー
                      • 2013/05/22 14:17
                      • Volley
                      • Android アプリ開発
                      • Android
                      • library
                      • android Git repositories - Git at Google

                        16 users

                        android.googlesource.com

                        Git repositories on androidNameDescriptionaccessories/manifestassets/android-studio-ux-assetsBug: 32992167brillo/manifestcts_drno_filterParent project for CTS projects that requires Dr.No +2's.device/aaeon/upboarddevice/amlogic/yukawaBug: 122486287device/amlogic/yukawa-kernelBug: 122486287device/asus/debdevice/asus/flodevice/asus/flo-kerneldevice/asus/fugudevice/asus/fugu-kerneldevice/asus/grouper

                        • テクノロジー
                        • 2012/06/22 16:11
                        • dev
                        • android
                        • 開発
                        • android Git repositories - Git at Google

                          35 users

                          android.googlesource.com

                          Git repositories on androidNameDescriptionaccessories/manifestassets/android-studio-ux-assetsBug: 32992167brillo/manifestcts_drno_filterParent project for CTS projects that requires Dr.No +2's.device/aaeon/upboarddevice/amlogic/yukawaBug: 122486287device/amlogic/yukawa-kernelBug: 122486287device/asus/debdevice/asus/flodevice/asus/flo-kerneldevice/asus/fugudevice/asus/fugu-kerneldevice/asus/grouper

                          • テクノロジー
                          • 2008/10/22 01:58
                          • git
                          • Android
                          • source
                          • 開発
                          • dev
                          • google

                          このページはまだ
                          ブックマークされていません

                          このページを最初にブックマークしてみませんか?

                          『android Git repositories - Git at Google』の新着エントリーを見る

                          キーボードショートカット一覧

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

                          • 総合
                          • 一般
                          • 世の中
                          • 政治と経済
                          • 暮らし
                          • 学び
                          • テクノロジー
                          • エンタメ
                          • アニメとゲーム
                          • おもしろ
                          • アプリ・拡張機能
                          • 開発ブログ
                          • ヘルプ
                          • お問い合わせ
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について

                          公式Twitter

                          • 公式アカウント
                          • ホットエントリー

                          はてなのサービス

                          • はてなブログ
                          • はてなブログPro
                          • 人力検索はてな
                          • はてなブログ タグ
                          • はてなニュース
                          • ソレドコ
                          • App Storeからダウンロード
                          • Google Playで手に入れよう
                          Copyright © 2005-2025 Hatena. All Rights Reserved.
                          設定を変更しましたx