KjellConnelly / react-native-chartboost

React Native Module for running native Chartboost ads
1 stars 2 forks source link

Method does not override or implement a method from a supertype [Android] #5

Open cdan1995 opened 6 years ago

cdan1995 commented 6 years ago

Hi KjellConnelly, I got this error.

chartboost\android\src\main\java\com\RNChartboost\RNChartboostPackage.java:23: error: method does not override or implement a method from a supertype
  @Override
dangaj commented 6 years ago

Please go to RNChartboostPackage.java class shown in your path chartboost\android\src\main\java\com\RNChartboost\RNChartboostPackage.java and on line 23 there @Override will be written. Comment that @Override and run again.