gpt4 book ai didi

android - 名称在android gradle中不能为null

转载 作者:行者123 更新时间:2023-12-03 05:54:57 28 4
gpt4 key购买 nike

我是刚在android studio中安装库的新手,但遇到了麻烦。尝试设置依赖项时,我不断收到错误消息,名称不能为null。我正在尝试安装this library

这是build.gradle代码。

apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "com.example.webbj.imageeditor"
minSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

configurations{
compile
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
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:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
//compile 'com.isseiaoki:simplecropview:1.1.5'
**compile group: "com.isseiaoki", module: "simplecropview", version: "1.1.5"**
testCompile 'junit:junit:4.12'
compile project(':libraries:SimpleCropView')

错误发生在被星星包围的线上。
非常感谢任何人帮助我解决此问题。

最佳答案

添加此行而不是该行。

compile 'com.isseiaoki:simplecropview:1.1.5'

关于android - 名称在android gradle中不能为null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45524286/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com