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.
有没有办法在 Monodroid 中添加引用或使用 Java 类文件?
无法引用.classXamarin.Android 项目中的文件。您可以将其.class放入.jar:
.class
.jar
jar cf Foo.jar path/to/The.class
一旦你有了一个文件,你就可以使用Build 动作.jar将它添加到项目中。AndroidJavaLibrary
AndroidJavaLibrary
或者,您可以创建一个 Java 绑定库项目,然后添加.jar. 这将允许在 Java 类型上生成 C# 包装器。