我有一个使用Gradle构建的Android项目,它使用maven依赖项。 JAR包很好地导入但我想使用WAR它似乎不起作用。我想添加"应用插件:' war'"会解决问题,但如果我把:
apply plugin: 'android'
apply plugin: 'android-apt'
apply plugin: 'war'
我收到此错误:
Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins.
有没有办法让Android项目具有WAR依赖?