Как вы исправляете автозаполнение Android Studio с помощью Firebase?

#firebase #android-studio

#firebase #android-studio

Вопрос:

Я настраиваю Android Studio на использование Firebase, но после настроек автозаполнение Android Studio не отображается, например (DatabaseReference). Я настраиваю все так, как предлагает Google.Что не так?

Смотрите изображение:

Конфигурация Firebase

введите описание изображения здесь

Android Studio

введите описание изображения здесь

Мой проект Gradle:

 // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    repositories {
        google()
        jcenter()
}
dependencies {
        classpath "com.android.tools.build:gradle:4.1.0"
        classpath "com.google.gms:google-services:4.3.4"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
      }
  }

  allprojects {
      repositories {
          google()
          jcenter()
      }
  }

  task clean(type: Delete) {
     delete rootProject.buildDir
  }
  

Мой выпуск приложения:

 plugins {
    id 'com.android.application'
}

android {
    compileSdkVersion 30
    buildToolsVersion "30.0.2"

    defaultConfig {
        applicationId "com.example.firebase"
        minSdkVersion 26
        targetSdkVersion 30
        versionCode 1
        versionName "1.0"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
   compileOptions {
       sourceCompatibility JavaVersion.VERSION_1_8
       targetCompatibility JavaVersion.VERSION_1_8
   }
}

dependencies {
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.2.1'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    testImplementation 'junit:junit:4. '
    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
    implementation platform('com.google.firebase:firebase-bom:26.0.0')
    implementation 'com.google.firebase:firebase-analytics'
}

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
  

Спасибо

Ответ №1:

1. Закройте Android studio, затем перейдите в папку, в которой находится Android studio, или вы можете перейти в

запустите C -> users -> find .gradle файл и выполните следующие действия

Найдите файл .gradle -> В папке .gradle, удалите папку caches, затем перезапустите android studio, синхронизируйте ваши файлы с gradle.