作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我如何导入到我的 android Tibolte AgendaCalendarView ?我试图将以下内容添加到我的 build.gradle (Module: app) 中:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'. com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 2
到目前为止我已经尝试过:
defaultConfig {
multiDexEnabled true
}
没有运气:(
最佳答案
我有同样的问题,这是因为重复的库,当你设置
defaultConfig {
multiDexEnabled true
}
并在消息中构建你得到重复的库名称,从你的依赖项中删除库,在我的例子中它是 gson 库并且它有效。
关于android - Tibolte/AgendaCalendarView 如何导入到android 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34859278/
我如何导入到我的 android Tibolte AgendaCalendarView ?我试图将以下内容添加到我的 build.gradle (Module: app) 中: Error:Execu
我是一名优秀的程序员,十分优秀!