labstreaminglayer / liblsl-Csharp

C# bindings for liblsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A full-platform version of maui.

zombers opened this issue · comments

I used your project in my maui project, but it runs normally on the windows platform, and it will prompt that the dll cannot be found on the android platform due to the dll reference problem. I hope you can adapt a version for maui.

You probably need to drop a lsl.dll into your project that is built to run on android. I'm not sure how to handle total cross platform compatibility with every architecture/os in the world. At the end of the day, in the deployment phase, the correct dll needs to go into the build for the correct target.