Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/358.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 错误:无法解析:com.google.firebase core:16.0.2受影响的模块:app_Java_Android_Firebase_Firebase Authentication - Fatal编程技术网

Java 错误:无法解析:com.google.firebase core:16.0.2受影响的模块:app

Java 错误:无法解析:com.google.firebase core:16.0.2受影响的模块:app,java,android,firebase,firebase-authentication,Java,Android,Firebase,Firebase Authentication,这是我的依赖项: implementation 'com.google.firebase-auth : 16.0.2' Implementation 'com.google.firebase:firebase-core:16.0.2 此处还显示了错误: 错误:无法解析:com.google.firebase core:16.0.2受影响的模块:app 将依赖项更新为以下内容: implementation 'com.google.firebase:firebase-core:17.2.1' i

这是我的依赖项:

implementation 'com.google.firebase-auth : 16.0.2'
Implementation 'com.google.firebase:firebase-core:16.0.2
此处还显示了错误:

错误:无法解析:com.google.firebase core:16.0.2受影响的模块:app


将依赖项更新为以下内容:

implementation 'com.google.firebase:firebase-core:17.2.1'
implementation 'com.google.firebase:firebase-auth:19.2.0'
也可以移动到androidx:

升级com.android.tools.build:gradle至v3.2.1或更高版本

将CompileSDK版本升级到28或更高版本

更新应用程序以使用Jetpack(AndroidX);按照中的说明操作


将依赖项更新为以下内容:

implementation 'com.google.firebase:firebase-core:17.2.1'
implementation 'com.google.firebase:firebase-auth:19.2.0'
也可以移动到androidx:

升级com.android.tools.build:gradle至v3.2.1或更高版本

将CompileSDK版本升级到28或更高版本

更新应用程序以使用Jetpack(AndroidX);按照中的说明操作

这是firebase auth的一个非常旧的版本。考虑更新一些最近的事情。这是firebase auth的一个非常旧的版本。考虑更新一些最近的事情。