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.

error: method does not override or implement a method from a supertype

See original GitHub issue

Hy, 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:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Michaelvilleneuvecommented, Oct 12, 2017

Simply remove react-native-perspective-image-cropper from your android dependencies. 😃

Android is not supported yet.

1reaction
Michaelvilleneuvecommented, May 21, 2019

Fixed by 1bd80f80e919d6c00b6be9b832a1f1625495aba2 cropper is now available on both Android and iOS

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 ...
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 >

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