npomfret / react-native-image-tools

Image editing software powered by Abode Creative SDK for iOS and Android.
171 stars 41 forks source link

react-native-image-tools:compileReleaseJavaWithJavac FAILED #17

Closed junaidsubhni closed 6 years ago

junaidsubhni commented 6 years ago

\node_modules\react-native-image-tools\android\src\main\java\com\pomocorp\rnimagetools\RNImageToolsPackage.java:19: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-image-tools:compileReleaseJavaWithJavac FAILED

EyalSi commented 6 years ago

just remove the line which includes this @override, and it's working fine...

junaidsubhni commented 6 years ago

@EyalSi yes i did that and it was fine