如何为 SuperSLiM 库编译 JAR?

How to compile JAR for the SuperSLiM library?

我是 android 新手,想为这个库创建一个 jar 文件:

https://github.com/TonicArtos/SuperSLiM

我读过一些其他的在线答案,其中说必须修改 gradle 构建文件,我尝试这样做,但不确定是否正确:

How to create an Android Library Jar with gradle without publicly revealing source code?

谁能帮我解决这个问题?

我的目标是使用 *.jar 文件在 Xamarin 项目中创建一个 Android 绑定项目,以便能够在 Xamarin 中使用该库。

谢谢!

我自己不是 Xamarin 用户,但快速浏览 Xamarin changelog 表明您可以使用 LibraryProjectZip[ 的 Build Action =19=]绑定一个.aar项目,SuperSLiM就是这样。

为了真正理解这一点,这里有一个 blog post which may also be useful. From the article it seems you need to download the .aar file from one of the hosted locations, bintray or mavencentral,并按照一些说明创建 Xamarin 绑定。

我刚刚创建了必要的绑定,您可以在 https://github.com/dmunch/SuperSLiM-binding or download the NuGet at https://www.nuget.org/packages/SuperSLiM/

上查看(非常简单的)绑定项目