[Resolved ][Android Automotive] problem Car Service

Hi,
I flashed android automotive on sdcard and started the board.
But in loop the logcat always marks this.

09-25 15:31:51.861 357 777 W ActivityManager: Scheduling restart of crashed service com.android.car/.CarService in 0ms
09-25 15:31:51.861 357 777 W ActivityManager: Re-adding persistent process ProcessRecord{16316f0 3425:com.android.car/1000}
09-25 15:31:51.864 200 200 I Zygote : Process 3425 exited due to signal 9 (Killed)
09-25 15:31:51.879 200 200 D Zygote : Forked child process 3448
09-25 15:31:51.882 357 386 I ActivityManager: Start proc 3448:com.android.car/1000 for restart com.android.car
09-25 15:31:51.884 3448 3448 I Zygote : seccomp disabled by setenforce 0
09-25 15:31:51.903 357 387 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 3425 in 43ms
09-25 15:31:52.082 3448 3448 I CAR.SERVICE: Service onCreate
09-25 15:31:52.084 158 158 I hwservicemanager: getTransport: Cannot find entry android.hardware.automotive.vehicle@2.0::IVehicle/default in either framework or device manifest.
09-25 15:31:52.084 3448 3448 E CAR.SERVICE: IVehicle service not registered yet
09-25 15:31:52.085 3448 3448 D AndroidRuntime: Shutting down VM
09-25 15:31:52.087 357 423 V RescueParty: Disabled because of eng build
09-25 15:31:52.088 357 423 W ActivityManager: Process com.android.car has crashed too many times: killing!
09-25 15:31:52.089 3448 3448 I Process : Sending signal. PID: 3448 SIG: 9
09-25 15:31:52.111 357 777 I ActivityManager: Process com.android.car (pid 3448) has died: pers PER
09-25 15:31:52.112 357 387 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 3448 in 0ms

How can I fix it?

09-25 15:31:52.084 158 158 I hwservicemanager: getTransport: Cannot find entry android.hardware.automotive.vehicle@2.0::IVehicle/default in either framework or device manifest.

You’ve got a mismatch between your manifest and installed services.

How Can I change this?

By aligning your manifest to the services you are installing.

Thanks so much, I fixed it!