jcphlux / XamarinAudioManager

Cross platform Audio Manager for Xamarin
MIT License
36 stars 6 forks source link

error message #9

Closed Psercom closed 7 years ago

Psercom commented 7 years ago

Thanks for doing this package. It's appreciated. We followed your instructions and then added the minimal "hello world" code from your example. We've only tried the Android build and got the following error for some reason:

Any ideas? Thanks.

01-30 15:47:34.362 D/Mono (17967): Assembly Ref addref AudioManager.Droid[0xf1c64840] -> Xamarin.Forms.Platform.Android[0xf1c64f00]: 4 01-30 15:47:34.382 E/WVMExtractor(17967): Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found 01-30 15:47:34.437 I/OMXClient(17967): MuxOMX ctor Thread finished: #8

Psercom commented 7 years ago

OK, it now works on 6.x samsung s5, but this problem occurred in the genymotion emulator which is important for our testing. Thanks.

Psercom commented 7 years ago

OK, I seem to have what I need working. Thanks for writing the code