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

源码下载

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

源码编译

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

运行效果

bash 复制代码
emualtor
  • Home
  • Map
  • All apps
  • Settings
  • HAVC
  • Notification
相关推荐
-优势在我5 小时前
Android TabLayout 实现随意控制item之间的间距
android·java·ui
hedalei5 小时前
android13修改系统Launcher不跟随重力感应旋转
android·launcher
Indoraptor6 小时前
Android Fence 同步框架
android
峥嵘life7 小时前
DeepSeek本地搭建 和 Android
android
叶羽西7 小时前
Android14 Camera框架中Jpeg流buffer大小的计算
android·安卓
jiasting7 小时前
Android 中 如何监控 某个磁盘有哪些进程或线程在持续的读写
android
AnalogElectronic9 小时前
问题记录,在使用android studio 构建项目时遇到的问题
android·ide·android studio
我爱松子鱼10 小时前
mysql之InnoDB Buffer Pool 深度解析与性能优化
android·mysql·性能优化
江上清风山间明月13 小时前
Flutter开发的应用页面非常多时如何高效管理路由
android·flutter·路由·页面管理·routes·ongenerateroute
子非衣16 小时前
MySQL修改JSON格式数据示例
android·mysql·json