- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是我的 build.gradle 应用文件:
dependencies {
//picture library
compile 'com.github.bumptech.glide:glide:3.8.0'
//recycler and card view
compile 'com.android.support:support-v4:26.+'
compile 'com.android.support:recyclerview-v7:26.+'
compile 'com.android.support:cardview-v7:26.+'
//json
compile 'com.google.code.gson:gson:2.8.5'
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
compile 'com.squareup.retrofit2:retrofit:2.4.0'
//firebase
compile 'com.google.firebase:firebase-core:16.0.1'
compile 'com.google.firebase:firebase-messaging:10.0.1'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
这是我的build.gradle项目文件
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.google.gms:google-services:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url "https://maven.google.com" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
我正在使用 Firebase 消息服务,我想在我的应用程序中接收通知。所以我只是检查日志是否有任何更新。我的 FirebaseMessagingService
文件是:
public void onMessageReceived(RemoteMessage remoteMessage) {
Log.d(TAG, "onMessageReceived: "+remoteMessage.getNotification().getTitle());
Log.d(TAG, "onMessageReceived: "+remoteMessage.getNotification().getBody());
Log.d(TAG, "onMessageReceived: "+remoteMessage.getData());
}
编译时出现错误。如何解决?
最佳答案
根据 firebase official documentation ,请将您的依赖项更新到最新版本。所以请更改以下代码行:
compile 'com.google.firebase:firebase-core:16.0.1'
compile 'com.google.firebase:firebase-messaging:10.0.1'
到
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-messaging:17.3.0'
你也可以将你项目的gradle升级到最新版本:
classpath 'com.android.tools.build:gradle:3.1.4'
关于android - 错误 :(15, 55) 找不到错误 : cannot access zza class file for com. google.android.gms.common.internal.safeparcel.zza,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52179251/
该应用程序运行良好,但在 LeakCanary 中,每次关闭或暂停应用程序时都会出现泄漏。 我也尝试删除 authListener 但泄漏仍然存在。 我试图以多种不同的方式解决,但没有成功,有人可以帮
这是我的 build.gradle 应用文件: dependencies { //picture library compile 'com.github.bumptech.glide:
在我的 build.gradle 中,我使用了这个: android { compileSdkVersion 23 .... .... defaultConfig {
package com.example.qpay.currentlocation; import android.Manifest; import android.app.AlertDialog; i
我正在尝试运行我的应用程序,但是在尝试运行我的应用程序时出现错误。 构建.gradle: dependencies { implementation fileTree(dir: 'libs', inc
嗨,我是 android 和 Flutter 的新手,我在 1 小时前遇到了这个错误,我不明白如何解决它,有人可以帮我吗?先感谢您。 这是安卓文件。 def localProperties = new
这些是我在 list 文件中的依赖项 implementation fileTree(dir: 'libs', include: ['*.jar']) implementation '
我目前在运行我的项目时遇到了一些问题。 duplicate entry: com/google/android/gms/internal/zzai$zza.class 错误是说我有一个重复的依赖项,但
此错误仅在 minifyEnabled true 时出现,因此我怀疑问题与 proguard 或 R8 有关” 错误 2019-08-22 18:26:05.320 8403-8403/com.xxx
首先:让我解释一下情况,我有一个 sdk 与 google Api 一起使用并实现了很多依赖项。然后我将 lib 实现到我的新应用程序中,它也实现了依赖项。一切顺利,直到我尝试运行该应用程序。 当我(
我一直在关注本教程 implementing google maps android sdk并达到标题中提到的错误。本问题末尾提供崩溃详细信息。我一直在关注很多 SO 线程,但没有结果。到目前为止,一
我已经遇到这个问题两天了,仍然没有找到任何解决方案。我尝试更改库的版本、清理和构建项目以及使缓存无效等。 下面是我的 build.gradle 文件: apply plugin: 'com.andro
构建项目并将应用程序部署到 API 级别 22 或 25 的模拟器没问题,但是当我尝试构建 APK 或将应用程序部署到 API 级别 16 的真实设备时,我收到以下错误: Error:Executio
我正在运行仪器测试并收到此编译错误: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:tran
嗨,我正在尝试构建APK,但iam在Android Studio中面临此问题。 Error:Execution failed for task ':app:transformClassesWithJa
我已经将 Android Studio 更新到 3.4 和 Admob 库complie 'com.google.android.gms:play-services-ads:12.0.1' 到实现 '
我正在尝试在我的应用程序中实现 Firebase 云消息传递 (FCM)。我在 Build.gradle 中添加了以下依赖项并尝试构建发布构建变体。 compile 'com.google.fireb
错误: java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lcom/google/
找不到从方法 com.google.android.gms.common.GooglePlayServicesUtil.zza 引用的类“android.app.AppOpsManager” 授权失败
当我尝试在 API 级别 22 之前的手机上运行该应用程序时,我收到此错误并且程序崩溃。但是该应用程序在 API 级别 22 的手机上运行正常。这可能是什么原因。 这是我的依赖: dependenci
我是一名优秀的程序员,十分优秀!