I have an MAUI application that should be run on Windows and Android devices. I need to add some DLLs to the application so I can load those DLLs by reflection in runtime. I copied DLLs to the /Resources/Raw
folder and then built the project for Android, but I couldn’t find those DDLs with reflection. Seems those DLLs are not being included in the package.
Note: Everything works fine in Windows.
.NET: 8
Target Framework: “net8.0-android;net8.0-windows10.0.22621.0”