error: method does not override or implement a method from a supertype
See original GitHub issueHy, the following error happened to me after rnpic install & link & build:
.../node_modules/react-native-perspective-image-cropper/android/src/main/java/com/reactlibrary/RNCustomCropPackage.java:19: error: method does not override or implement a method from a supertype
@Override
^
1 error
:react-native-perspective-image-cropper:compileReleaseJavaWithJavac FAILED
{
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-svg": "^6.0.0-rc1",
}
any quickfix? 😃 thank you
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (5 by maintainers)
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
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 ...
I'm trying to compile and it give the title erros, I've searched here and on the internet, and I'm not changing the access...
Read more >method does not override or implement a method ... - GitHub
i have updated react-native version from 0.44.0 to 0.48.1, after which i am unable to make a build. it is giving this error...
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
Simply remove
react-native-perspective-image-cropper
from your android dependencies. 😃Android is not supported yet.
Fixed by 1bd80f80e919d6c00b6be9b832a1f1625495aba2 cropper is now available on both Android and iOS