Closed ChriD closed 2 years ago
Stack trace and operation details please. ^_^
I use Visual Studio 2022 17.2.0 Preview 1
The error raises from here
I think there is the "isAndroid" condition missing... https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem.isandroid?view=net-6.0
So this indicates that the lib is not ready for and was never tried for android? But it may work out of the box if the android condition is beeing added...
What's the lib name on android?
Sorry, i am away from my computer, right now typing from phone, i can tell you tomorrow.
Found the docs outlining it. I'll update the code and push a nuget update as soon as I can.
Fixed with commit c807436cab7b96c2d8847aeae60470d6edb6ccf6 Nuget package update soon to follow.
Hi, I try to use this lib with .NET6 MAUI It works fine in windows, but on android it says
System.PlatformNotSupportedException: 'Operation is not supported on this platform.'
Could this be because it can't find the fmod libs for android?