Hello, I am trying to build an android app that uses the SEAL library. I am using Visual Studio 2019 on MacOS to build an Xamarin project which is recommended in the READMe.
I have installed the seal package in both the main project and the android project by clicking Project > Manage NuGET Packages > Microsoft.Research.SEALNet(4.0.0). When I build the project, no errors are thrown.
Here's my android build configuration:



However, when I run the app on an android stimulator (Nexus_5x_API_24, x86 processor), an error is thrown at the following line:
"EncryptionParameters parms = new EncryptionParameters(SchemeType.CKKS); "
Error thrown:
"System.DllNotFoundException: sealc assembly: type: member: (null)
Here is the project for reference: https://github.com/sinyeekw/homoenc
Any help is appreciated, thank you! :)
Hello, I am trying to build an android app that uses the SEAL library. I am using Visual Studio 2019 on MacOS to build an Xamarin project which is recommended in the READMe.
I have installed the seal package in both the main project and the android project by clicking Project > Manage NuGET Packages > Microsoft.Research.SEALNet(4.0.0). When I build the project, no errors are thrown.
Here's my android build configuration:



However, when I run the app on an android stimulator (Nexus_5x_API_24, x86 processor), an error is thrown at the following line:
"EncryptionParameters parms = new EncryptionParameters(SchemeType.CKKS); "
Error thrown:
"System.DllNotFoundException: sealc assembly: type: member: (null)
Here is the project for reference: https://github.com/sinyeekw/homoenc
Any help is appreciated, thank you! :)