question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Method does not override or implement a method from a supertype

See original GitHub issue

What version of RN and react-native-fcm are you running?

  "react-native": "0.47.0-rc.4",
 "react-native-fcm": "7.2.0",

What device are you using? (e.g iOS9 emulator, Android 6 device)?

Android 6 emulator, not compiling

Advanced: Have you tried adding break point in native handlers to see if message gets delivered? No can share a project with issue? No

:react-native-fcm:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/Users/jaime/Github/ROC/RocNativeProject/node_modules/react-native-fcm/android/src/main/java/com/evollu/react/fcm/FIRMessagingPackage.java:26: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-fcm:compileReleaseJavaWithJavac FAILED

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:6
  • Comments:6

github_iconTop GitHub Comments

4reactions
Awadhesh31commented, Nov 5, 2017

run react-native link and react-native upgrade inside you project then run react-native run-android / ios image

0reactions
asgvardcommented, Aug 7, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

java - method does not override or implement a method from a ...
The problem is what the error message is saying: "the method does not override or implement a method from a supertype".
Read more >
error: method does not override or implement a ... - Treehouse
The problem here is the @Override annotation and the concept of inheritance. Just as we inherit genes from our parents, classes inherit fields ......
Read more >
method does not override or implement a meth - java help on ...
The Snake class must have a public void move() method. · The SnakeGame class must override the Game parent class's onTurn(int) method. ·...
Read more >
r/learnjava - "method does not override or implement a ...
"method does not override or implement a method from a supertype" while using @Override. I'm trying to compile and it give the title...
Read more >
What is @Override? Fix method does not override ... - YouTube
What is @Override? Fix method does not override or implement a method from a supertype.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found