【AAOS】Android Automotive 15模拟器源码下载及编译

源码下载

bash 复制代码
repo init -u https://android.googlesource.com/platform/manifest -b android-10.0.0_r47
repo sync -c --no-tags --no-clone-bundle

源码编译

bash 复制代码
source build/envsetup.sh
lunch aosp_car_x86_64-userdebug
make -j8

运行效果

bash 复制代码
emualtor
  • Home
  • All apps
  • Settings
  • HAVC
  • Notification
相关推荐
硬件学长森哥5 分钟前
Android影像基础--cameraAPI2核心流程
android·计算机视觉
前行的小黑炭5 小时前
Android 协程的使用:结合一个环境噪音检查功能的例子来玩玩
android·java·kotlin
阿华的代码王国5 小时前
【Android】内外部存储的读写
android·内外存储的读写
inmK18 小时前
蓝奏云官方版不好用?蓝云最后一版实测:轻量化 + 不限速(避更新坑) 蓝云、蓝奏云第三方安卓版、蓝云最后一版、蓝奏云无广告管理工具、安卓网盘轻量化 APP
android·工具·网盘工具
giaoho9 小时前
Android 热点开发的相关api总结
android
咖啡の猫10 小时前
Android开发-常用布局
android·gitee
程序员老刘11 小时前
Google突然“变脸“,2026年要给全球开发者上“紧箍咒“?
android·flutter·客户端
Tans511 小时前
Androidx Lifecycle 源码阅读笔记
android·android jetpack·源码阅读
雨白11 小时前
实现双向滑动的 ScalableImageView(下)
android
峥嵘life11 小时前
Android Studio新版本编译release版本apk实现
android·ide·android studio