Android Tips

  1. Ubuntuをインストールして 公式の情報をを参考にビルドする
  2. gcc関連をインストール
    sudo apt install build-essential
    sudo apt install libncurses5
    注意Pythonバージョンを切り替える必要がある場合ある ここら辺を参考に切り替える
  3. repoをインストール
    sudo apt install repo
  4. git登録
    git config --global user.name "you"
    git config --global user.email "you@example.com"
  5. ソースコードをダウンロード
    repo init -u https://android.googlesource.com/platform/manifest -b master
    repo sync -j8
  6. ビルドする
    . ./build/envsetup.sh
    lunch yukawa-userdebug
    make TARGET_USE_TABLET_LAUNCHER=true TARGET_VIM3=true -j24

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-01-29 (日) 03:40:50