我查看了Stack Overflow关于这个问题的一些文章,但它们还没有奏效。问题是我的构建很难解决:
com.google.firebase:火力-公司的FireStore:11.0.4
我正在使用android studio制作我的应用,并且我正在尝试将Firebase Firestore实施到其中。
以下是我的build.gradle中的代码:我的模块:应用程序文件:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-media-compat:27.1.1'
implementation 'com.android.support:customtabs:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.google.firebase:firebase-core:11.0.4'
implementation 'com.google.firebase:firebase-auth:11.0.4'
implementation 'com.google.firebase:firebase-storage:11.0.4'
implementation 'com.google.firebase:firebase-firestore:11.0.4'
implementation 'de.hdodenhof:circleimageview:2.2.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
compile 'com.android.support:design:27.1.1'
compile 'com.android.support:support-annotations:27.1.1'
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
}
我不知道发生了什么。非常感谢帮助!