以上是我根据需求添加的依赖项。
以下是我正在使用的google play服务依赖项。-实现的com.google.Androidgms:播放服务:12.0.1'
我还在结束应用插件中添加了“应用插件”语句:“com.google.gms.google服务”
请帮我解决这个错误!
您是否正在构建中导入google服务。gradle(根级别)?
build.gradle
根级别
buildscript {
// ...
dependencies {
// ...
classpath 'com.google.gms:google-services:4.0.1' // google-services plugin
}
}
allprojects {
// ...
repositories {
// ...
google() // Google's Maven repository
}
}
build.gradle
应用程序级别
apply plugin: 'com.android.application'
android {
// ...
}
dependencies {
implementation 'com.google.android.gms:play-services:12.0.1'
// ...
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-invites:16.0.1'
implementation 'com.google.firebase:firebase-storage:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-crash:16.0.1'
// Getting a "Could not find" error? Make sure you have
// added the Google maven respository to your root build.gradle
}
// ADD THIS AT THE BOTTOM
apply plugin: 'com.google.gms.google-services'
我用Spring-boot和spring security制作了一个简单的restAPI,实现了基本的身份验证。我想使用inMemoryAuthentication和bcryptPasswordEncoder,但由于某种原因,我的编译器在错误的地方查找passwordEncoder,请参阅标题vs Security.Crypto.Password.passwordEncoder。 我的基本身份验证
错误:-错误:(58,28)错误:无法访问com.google.android.gms.internal.zzaja类文件,请提供帮助来源:-http://www.androidhive.info/2016/06/android-getting-firebase-simple-login-registration-auth/
我犯了一个错误,在我的Netbeans项目上运行clean,该项目最近没有任何重大的API更改。现在,生成突然失败,出现以下错误:未找到org.bouncycastle.cert.ocsp.Basicocspresp的类文件 据我所知,我没有在我的项目中使用任何这样的库。我确实发现它是某种类型的iText依赖项,但即使当我注释掉所有与iText相关的代码时,错误仍然存在。 我尝试将1.49版本的b
遵循文档中的示例: https://symfony.com/doc/current/page_creation.html 我遇到这个错误消息: 自动加载程序期望类"App\Controller\LuckyController"定义在文件"/var/www/my-project/供应商/作曲家/.../... /src/Controller/LuckyController.php”。找到该文件,但类
问题内容: 在IntelliJ中,当我尝试编译时出现此奇怪的错误。 我知道,问题出在哪里很明显,但是花了太多时间在这个问题上,我现在把信任交给您! 我使用ideaCommunity-9,在其中为JBoss创建了一个全局库,其中包含所有JBoss jar,包括ejb3-persistence.jar。我的模块包含此库,并且已将其移至依赖关系的顶部。在类路径中,没有其他地方有javax.persist
我正在使用Spring boot应用程序向Kafka主题发送JSON数据数组,但得到以下错误: 配置文件和服务文件代码: 发布JSON: [{“学生ID”:“Q45678123”,“名字”:“ABC”,“名字”:“XYZ”,“年龄”:“12”,“地址”:{“公寓”:“公寓123”,“街道”:“街道信息”,“州”:“州”,“城市”:“城市”,“邮编”:“12345”}},{“学生ID”:“Q4567