DLLImport Failed in Android with MAUI
L GG
1
Reputation point
Code:
[DllImport("SDK.dll")]
public static extern int Initialize();
Error:System.DllNotFoundException: 'SDK.dll'
It can be used normally on winform, and an error is reported when switching to MAUI.
Looking for HELP.
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Sign in to answer