justdice / react-native-advertising-id

React Native bridge for fetching advertising info on iOS and Android
MIT License
38 stars 31 forks source link

Build Failure - RNGaidPackage.java:26: error #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hey mates, getting the following error when trying to react-native run-android; ..\node_modules\react-native-gaid\android\src\main\java\com\mobvantage\react\gaid\RNGaidPackage.java:26: error: method does not override or implement a method from a supertype @Override ^ 1 error

Pretty new to React Native, any ideas on how to go about fixing this error?

FlorianBergmann commented 5 years ago

Hey there, what version of React Native are you using? If it is an older version than you will have to update to a more recent version in order to use the library.

FlorianBergmann commented 5 years ago

Closed due to inactivity