Hi there, I want to use the Lab Streaming Layer (LSL) but can't seem to find a way to build it for the x64_x86 arch of the Magic Leap 2. Did anyone happen to do this for themselves at any point/would anyone with the technical background be willing/able to help please?
It looks like the library that you are trying to use is found in this GitHub repository?
They have a release which includes the aar file that has the liblsl.so for x86_64. Unfortunately, we are unable to help with the direct building of 3rd party assets. You will need to follow the instructions provided by the library and compile it for x86_64. These instructions can very depending on how the plugin is compiled. You can also try to build it using the GitHub build pipelines if you're environment does not meet the requirements.
If you have questions regarding the build tools or compilers, I would recommend reaching out on their Github Repository or StackOverflow for general help with building for Android. When building, you will just need to make sure that the plugin will work for Android 10 and the x86_64 architecture.
@kbabilinski Sounds good I appreciate it! I managed to make it work woohoo!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.