2

I am trying to run a Video using VideoView, android emulator throws me with library "unable to open libwvm.so" which should be in /system/lib folder but its missing. Due to libwvm, surfaceflinger cant create buffer. Any suggesions for alternative... Thanks in advance

dtroy
  • 1,187
  • 3
  • 14
  • 21
Velu Ramasamy
  • 21
  • 1
  • 5

1 Answers1

5

The widevine library will not work on an emulator. It's by design.

dtroy
  • 1,187
  • 3
  • 14
  • 21