要更改推送消息,GCM将尝试将源更改为firebase。 但是在Eclipse中,我收到了FirebaseInstanceId类错误。
错误内容
java.lang.NoClassDefFoundError: Failed resolution of: Lcom / google / firebase / iid / FirebaseInstanceId
E / AndroidRuntime (4392): Caused by: java.lang.ClassNotFoundException: Did not find class "com.google.firebase.iid.FirebaseInstanceId" on path:
firebase-common-9.6.1.jar
firebase-iid-9.6.1.jar
firebase-messaging-9.6.1.jar
以上所有jar文件都已添加到项目中。
为什么会出现此错误?