[SOLVED] Android 13 Automotive emulator not work with “No accelerated colorsapce conversion found” warnning


This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under
CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

Issue

I build the Android 13 with sdk_car_x86_64 target, but the emulator does not work. There is one warning log, [swscaler @ 0x370e000] No accelerated colorspace conversion found from yuv420p to bgra.

What does that mean? I checked the ffmpeg, kvm, but it does not work.

Solution

I had resolved the issue by starting the emulator with -skin 1200×800 for the target sdk_car_x86_64-userdebug

Answered By – Pavana Jain

people found this article helpful. What about you?

Exit mobile version