React-native-image-picker: Method does not override or implement a method from a supertype

Created on 12 Aug 2017  路  3Comments  路  Source: react-native-image-picker/react-native-image-picker

Description

Error in file ImagePickerPackage.java

\android\src\main\java\com\imagepicker\ImagePickerPackage.java:34 error: method does not override or implement a method from a supertype
@Override

Solution

  1. Comment line 34 "@Override" before function createJSModules()
  2. cd android -> gradlew clean

Most helpful comment

Fixed in 0.26.4

All 3 comments

+1

This has been already fixed.

Fixed in 0.26.4

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emmaielle picture emmaielle  路  4Comments

Saad-Bashar picture Saad-Bashar  路  3Comments

meurling picture meurling  路  3Comments

dlochynski picture dlochynski  路  4Comments

Gnative picture Gnative  路  3Comments