Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个单声道 android 库。现在我需要将该库从 c# 移植到 java 项目。所以我用android可调用包装器制作了那个库,我得到了我的dll的包装器。我包含了那些包装器,但我无法在我的 android java 项目中引用 dll。
您不能从 Java 项目中引用 Mono for Android DLL。一个标准的 Java Android 应用程序不会包含 Mono 运行时,它是理解和执行任何编译到 Mono for Android 库中的代码所必需的。