1

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.

Robert
  • 39,162
  • 17
  • 99
  • 152
AnswerZhao
  • 366
  • 3
  • 13

2 Answers2

3

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

  • nice work, i check the configs in the config.ini and find the key is also the "skin.name". So the reason is lossing the suitable skin. – AnswerZhao Sep 20 '22 at 10:21
0

I had resolved it, the emulator start with black screen becauseof the generated file of config.ini is wrong, just replace it. I think it's a bug of AOSP building.

AnswerZhao
  • 366
  • 3
  • 13