-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Failure - method does not override or implement a method from a supertype @override #97
Comments
Just remoe the @overiride from base java class |
@1rjun, I did. But I shouldn't need to do this to get the package working. |
Thanks Works |
chico
added a commit
to chico/react-native-bluetooth-serial
that referenced
this issue
Apr 1, 2019
Removing the @OverRide works. |
Remove @OverRide from line number 23 works for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to build many times and received the error below:
My dependencies:
The solution was to open the
RCTBluetoothSerialPackage.java
and remove the@Override
. Please, fix it, if possible.The text was updated successfully, but these errors were encountered: