0
GoogleリポジトリとAndroidサポートリポジトリをバージョン46に更新した後、Firebaseを使用しているすべてのプロジェクトが機能しなくなりました。私はGoogleのリポジトリを削除し、再度インストールしましたが、まだ何もありません。どんな助けもありがとうございます。Googleのリポジトリの更新後にFirebaseが動作しなくなった
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
defaultConfig {
applicationId "com.packtpub.materialdesign4"
minSdkVersion 21
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
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:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.0'
compile 'com.android.support:cardview-v7:24.2.0'
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.weiwangcn.betterspinner:library-material:1.1.0'
compile 'com.google.android.gms:play-services-analytics:9.8.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'com.iceteck.silicompressorr:silicompressor:1.1.0'
//compile 'com.jaredrummler:material-spinner:1.1.0'
compile 'com.google.firebase:firebase-database:9.8.0'
compile 'com.google.firebase:firebase-auth:9.8.0'
compile 'com.google.firebase:firebase-storage:9.8.0'
compile 'com.firebaseui:firebase-ui-storage:0.6.0'
// Single target that includes all FirebaseUI libraries
compile 'com.firebaseui:firebase-ui:0.4.4'
compile "com.squareup.picasso:picasso:2.4.0"
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:[email protected]'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
エラーがある場合は、スタックオーバーフローに投稿するときにエラーを含める必要があります。 「うまくいかない」とは、あなたが見ているものを理解するのに役立ちません。 –