React-native-admob: compileReleaseJavaWithJavac FAILED

Created on 14 Aug 2017  路  1Comment  路  Source: sbugert/react-native-admob

hello
i got this error :

:react-native-admob:compileReleaseJavaWithJavac - is not incremental (e.g. outpu
ts have changed, no previous execution, etc.).
D:\document\ReactNative\dardesh\node_modules\react-native-admob\android\src\main
\java\com\sbugert\rnadmob\RNAdMobPackage.java:24: error: method does not overrid
e or implement a method from a supertype
    @Override
    ^
1 error
:react-native-admob:compileReleaseJavaWithJavac FAILED

react native 0.47.1

>All comments

i solved this issue by deleting @Override in
\node_modules\react-native-admob\android\src\main\java\com\sbugert\rnadmob\RNAdMobPackage.java

Was this page helpful?
0 / 5 - 0 ratings