作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我收到 gradle 构建错误:
Error: Cannot get property 'dirName' on null object
我在 gradle 版本 1.3.1 或更高版本中遇到此错误。
当我使用 gradle 版本 1.2.3 时没有错误。
我用谷歌搜索了这个错误,但没有找到任何解决方案。请帮忙!
我的项目gradle文件:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url "http://dl.bintray.com/populov/maven" }
mavenCentral()
jcenter()
flatDir { dirs '/usr/local/DexGuard6.1.19/lib' }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath ':dexguard:'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url "http://dl.bintray.com/populov/maven" }
maven { url "https://repo.commonsware.com.s3.amazonaws.com" }
maven { url 'https://maven.fabric.io/public' }
maven { url "https://jitpack.io" }
mavenCentral()
jcenter()
}
}
最佳答案
Android Gradle 插件仍在不断发展,任务和内部结构不断变化。您必须确保相应地更新 DexGuard Gradle 插件。
关于android - Gradle 构建错误 : Cannot get property 'dirName' on null object,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34083097/
我是一名优秀的程序员,十分优秀!