radiegtya / react-native-midtrans

Midtrans Mobile SDK for React Native
66 stars 30 forks source link

MidtransPackage.java Error:(20, 5) error: method does not override or implement a method from a supertype #13

Open wahidhasan5790 opened 5 years ago

wahidhasan5790 commented 5 years ago

I have implemented all the instructions.

  1. installing react-native-midtrans and linking it
  2. adding midtrans maven repository to android/build.gradle allprojects { repositories { maven { url "http://dl.bintray.com/pt-midtrans/maven" } } } but still i got the following error MidtransPackage.java Error:(20, 5) error: method does not override or implement a method from a supertype

reactnativemidtrans-errorreport

daemswibowo commented 4 years ago

had the same issue, did you solve this problem @WahidHasanAriyanto ?