-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while building #631
Comments
IM not 100% sure, but i think ive encountered the same error in Android Studio:
this is because of some "wrong" settings in build.gradle (app level). Simply replace
in the dependencies setion with
|
Thank you for your response, I have fixed the issue.
~ Mashrur Mohsin Afif
📞 +8801521105285
…On Fri, Feb 14, 2020, 1:56 AM Dominic Roesmann ***@***.***> wrote:
IM not 100% sure, but i think ive encountered the same error in Android
Studio:
error: cannot find symbol class FirebaseInstanceIdService error: cannot
find symbol class FirebaseInstanceIdService error: method does not override
or implement a method from a supertype
this is because of some "wrong" settings in build.gradle (app level).
Simply replace
compile "com.google.firebase:firebase-core:+" compile
"com.google.firebase:firebase-messaging:+"
in the dependencies setion with
implementation 'com.google.firebase:firebase-core:16.0.8' implementation
'com.google.firebase:firebase-messaging:17.6.0'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#631?email_source=notifications&email_token=AC7TE455HDJJRBZKMR4PAC3RCWQXLA5CNFSM4KPH6UMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELWMVRI#issuecomment-585943749>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7TE465AXSVTAW6Z3MQC7DRCWQXLANCNFSM4KPH6UMA>
.
|
This error occurred while building:
Error - Some official plugins have to be updated if using PhoneGap >= 4.0.0. Please upgrade the version of any plugins that may include the following file: MyFirebaseInstanceIDService.java - You can fix this here
My config.xml is as below:
`
npio
npio
NPIO
<gap:plugin name="cordova-plugin-customurlscheme" source="npm">
`
The text was updated successfully, but these errors were encountered: