使用symja库时Gradle构建卡住了

时间:2016-10-19 13:51:19

标签: android gradle symja

运行项目时Gradle构建被卡住了。

我在libs文件夹中包含了symja-2015-08-09.jar文件。

我没有其他依赖项,也没有其他外部jar文件。

任何人都可以建议任何解决方案。

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
    exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'

}

删除jar文件后app运行正常。

之前有没有人在他们的android项目中使用过symja库?

1 个答案:

答案 0 :(得分:0)

您可以尝试清理项目然后重建它。它可能会奏效。但首先要确保你已经安装了适当的Android SDK