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.

Android build error with react-native@0.30.0

See original GitHub issue

I get this error when building with react-native@0.30.0:

node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java:64: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error

Quick link to line

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:10
  • Comments:42 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
skunkworkercommented, Jul 28, 2016

Rolling back to 2.0.1 fixed it for now, while still being on rn 0.30.0 "react-native-push-notification": "2.0.1"

3reactions
npomfretcommented, Sep 12, 2016

I’m inclined to agree. If people want new features and fixes they need to upgrade their version or RN. Otherwise they’re free to fork and maintain their own version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React-native 0.65 (targetSdk=30) android build is failing ...
I have just upgraded to RN 0.65 stable and have the same error on Android. I think it is because it is a...
Read more >
'Failed to list versions for com.facebook.react:react-native ...
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Read more >
How to fix all build errors in react native(Android specific).
How to fix all build errors in react native(Android specific). · 1. Always read the documentation of a package or its npm repository...
Read more >
Dealing With Problems With Building the App & Detox
This page is about issues related to building the app, typically triggered when running detox build (and not detox test, for example).
Read more >
Build error after adding BabylonReactNative to default ...
I'm trying to add BabylonReactNative to a fresh ReactNative project. ... \node_modules\@babylonjs\react-native\android\build.gradle' line: ...
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