我尝试使用工件构建并从Java项目制作JAR文件,将Java项目添加到我的Android项目中:
但是,现在当我尝试编译项目时,lambda有一个错误:
我添加了Jack插件,我在我的项目中使用了Java 8,并且检查了错误错过的所有类都在JAR项目中。文件中的错误示例:
public UInteger getMaxResponseMessageSize() { return _maxResponseMessageSize; }
public DateTime getClientConnectionTime() { return _clientConnectionTime; }
这两行有错误(以及许多其他类似的行)。