在 android 应用程序中使用 dll 库

using dll library in android application

我有一个 dll C# 库,想通过我的 android 应用程序使用它,我设法通过 java 运行 它,但它无法通过 [=14] =],我使用的方式和引发的异常被描述为 here, but I found through searching that this way won't work with android, also I found a lot of questions about that issue but didn't got any suitable answer (e.g here, here,...等),所以,我只是想要一个明确的答案,我可以还是不能?如果我可以使用任何解决方法,如何?

Dynamic-link 库(也写成未连字符)或 DLL,是 Microsoft 在 Microsoft Windows

中对共享库概念的实现

Android 是基于 Linux 内核的移动操作系统 (OS),目前由 Google 开发。

所以不,你不能。理论上在某种 VM 中,仍然 - 没有。