souvik-ghosh / react-native-create-thumbnail

iOS/Android thumbnail generator with support for both local and remote videos
MIT License
246 stars 105 forks source link

android build error #97

Closed firehand33 closed 1 year ago

firehand33 commented 1 year ago

Describe the bug i'm getting the error below when trying to build with android

.../node_modules/react-native-create-thumbnail/android/src/main/java/com/createthumbnail/CreateThumbnailModule.java:61: error: cannot find symbol
            super(reactContext.getExceptionHandler());
                              ^
  symbol:   method getExceptionHandler()
  location: variable reactContext of type ReactContext

Version react-native-create-thumbnail version: 1.6.4 react-native version: 0.60.5

Iwouldliketobeapig commented 9 months ago

Have you solved it?