react-native-social-share icon indicating copy to clipboard operation
react-native-social-share copied to clipboard

android build failed with error

Open swad1992 opened this issue 8 years ago • 2 comments
trafficstars

:react-native-social-share:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
**[MY ROOT]**/node_modules/react-native-social-share/android/src/main/java/com/barefootcoders/android/react/KDSocialShare/KDSocialShare.java:27: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-social-share:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-social-share:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

How to solve this problem ?

Thanks

swad1992 avatar Aug 27 '17 18:08 swad1992

@swad1992 This is probably related to #52 - it is awaiting merge by @doefler

alfonsogoberjr avatar Aug 30 '17 17:08 alfonsogoberjr

@swad1992 @alfonsogoberjr Hey guys, have merged the changes.

doefler avatar Aug 30 '17 17:08 doefler