Building Android Automotive from source

后端 未结 2 1902
夕颜
夕颜 2021-01-31 22:49

TL;DR

After building Android Automotive from source, how do I

  1. Run the car-emulator?
  2. \"Install\" the CarService and related packages onto a devi
2条回答
  •  梦谈多话
    2021-01-31 22:52

    This is my PC env that can run Android Car Emulator Ubuntu 16, 16G Ram, 1T Disk

    $ repo init -u https://android.googlesource.com/platform/manifest -b android-9.0.0_r39
    $ source build/envsetup.sh
    $ lunch car_emu_x86_64-userdebug
    $ make -j8
    $ emulator 
    

    and then Android Emulator boot up just as below.

    Android Emulator

提交回复
热议问题