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.

[0.1.2 Build Error] Method does not override or implement a method from a supertype @Override

See original GitHub issue
  1. I incurred the following error when building react-native-interactable@0.1.1 for android w/ react@16.0.0.-beta3 and react-native@0.47.1 Note: This was not tested on iOS

Error:

~\node_modules\react-native-interactable\android\src\main\java\com\wix\interactable\Interactable.java:19: error: method does not override or implement a method from a supertype
    @Override
    ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
:react-native-interactable:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.
  1. Issue is resolved by commenting out the @Override on lines-14, 19 and 24 of ...\node_modules\react-native-interactable\android\src\main\java\com\wix\interactable\Interactable.java (here)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

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
When we want to define a specific implementation of one of these inherited methods in a child class, we use the @Override annotation...
Read more >
method does not override or implement a meth - java help on ...
i got the error : method does not override or implement a method from a supertype @Override I don't know what is my...
Read more >
what went wrong: execution failed for task ':react-native ...
When I installed it with yarn add react-native-reanimated@next , I got the same error because the specific version has not been specified to...
Read more >
"method does not override or implement a method ... - Reddit
Code here: https://pastebin.com/zebNWvQg I'm trying to compile and it give the title erros, I've searched here and on the internet, ...
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