[0.1.2 Build Error] Method does not override or implement a method from a supertype @Override
See original GitHub issue- I incurred the following error when building
react-native-interactable@0.1.1
for android w/react@16.0.0.-beta3
andreact-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.
- 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:
- Created 6 years ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yash2code https://github.com/CongenialData/react-native-interactable/pull/1/files.
#131