Skip to content
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

:react-native-my2c2p-sdk:compileDebugJavaWithJavac FAILED #2

Open
ak1103dev opened this issue Oct 7, 2018 · 2 comments
Open

:react-native-my2c2p-sdk:compileDebugJavaWithJavac FAILED #2

ak1103dev opened this issue Oct 7, 2018 · 2 comments

Comments

@ak1103dev
Copy link

/my-project/node_modules/react-native-my2c2p-sdk/android/src/main/java/com/wednesdaynight/rn2c2p/RN
My2c2pSdkPackage.java:19: error: method does not override or implement a method from a supertype
@OverRide
^
1 error

@ak1103dev
Copy link
Author

I am use gradle version 3.1.0

@nafisholeh
Copy link

nafisholeh commented Oct 17, 2018

just remove the @OverRide on the mentioned file.
It works for me.

The cause is since react native 0.47, that syntax is deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants