为了账号安全,请及时绑定邮箱和手机立即绑定

条目中的空值:流输出文件夹为空

条目中的空值:流输出文件夹为空

千万里不及你 2021-07-15 16:05:17
我正在使用 Fire 基础数据库开发 Android 应用程序。所有数据都完美地存储在 Fire 底座上。当我进行一些更改并通过强制关闭 android Studio 来关闭应用程序时,问题就出现了。现在,当我打开 Android 来构建项目时,它会将Stream 输出文件夹的错误显示为 Null。 这是我的应用程序 Gradle 代码android {compileSdkVersion 26defaultConfig {    applicationId "com.example.usmanali.medicineinvent"    minSdkVersion 16    targetSdkVersion 26    versionCode 1    versionName "1.0"    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"}buildTypes {    release {        minifyEnabled false        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'    }}}App Gradle 中的依赖dependencies {implementation fileTree(dir: 'libs', include: ['*.jar'])implementation 'com.android.support:appcompat-v7:26.1.0'implementation 'com.android.support:cardview-v7:26.1.0'implementation 'com.android.support.constraint:constraint-layout:1.1.2'implementation 'com.google.firebase:firebase-auth:11.0.4'implementation 'com.google.firebase:firebase-database:11.0.4'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'}这里是构建。摇篮文件   buildscript {    repositories {        google()        jcenter()    }dependencies {    classpath 'com.android.tools.build:gradle:3.0.1'    // NOTE: Do not place your application dependencies here; they belong    // in the individual module build.gradle files    classpath 'com.google.gms:google-services:3.1.0'}} 
查看完整描述

1 回答

?
牧羊人nacy

TA贡献1862条经验 获得超7个赞

这个问题只是通过删除项目文件夹中的 .Gradle 文件来解决的。.gradle 文件删除后;建造并清理项目。


查看完整回答
反对 回复 2021-07-23
  • 1 回答
  • 0 关注
  • 173 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信