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

源码下载

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

源码编译

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

运行效果

bash 复制代码
emulator
  • Home界面
  • MAP
  • All apps
  • Settings

  • HAVC
  • Notification
相关推荐
IT_码农2 个月前
【AAOS】Android Automotive 14模拟器源码下载及编译
android·aaos·aaos模拟器
IT_码农2 个月前
【AAOS】Android Automotive 15模拟器源码下载及编译
android·aaos·aaos模拟器
IT_码农2 个月前
【AAOS】Android Automotive 13模拟器源码下载及编译
android·aaos·aaos模拟器
IT_码农2 个月前
【AAOS】Android Automotive 11模拟器源码下载及编译
android·aaos·aaos模拟器