作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是使用 android studio 的新手 android 应用程序开发人员,我正在尝试使用来自 https://github.com/emilsjolander/StickyListHeaders 的粘性列表标题.我通过 File -> New -> Import Module 执行此操作,然后添加依赖项。但是我收到错误
Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer
我的项目build.gradle是:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "testingapp.dylanzammit.com.anothernewproj"
minSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'se.emilsjolander:stickylistheaders:2.7.0'
}
最佳答案
如果您想将库添加到 Android Studio 中的项目中,可以通过三种不同的方式进行。请阅读此链接 https://stackoverflow.com/a/35369267/5475941 .在这篇文章中,我解释了如何在 Android Studio 中导入 JAR 文件,并通过屏幕截图逐步解释了所有可能的方法。希望对您有所帮助。
关于Android导入库报错DefaultGroovyMavenDeveloper,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35233033/
我是一名优秀的程序员,十分优秀!