RazerMS / Mobile-XDK-RazerMS_React_Native

Razer Merchant Services mobile payment for React Native
https://merchant.razer.com/v3/
10 stars 12 forks source link

cannot find symbol new MOLPayReactPackage() #14

Closed LeoLaiFookSiang closed 6 years ago

LeoLaiFookSiang commented 6 years ago

Hi, I am facing an error cannot find symbol new MOLPayReactPackage(), I have follow all the step listed in documentation to implement it. My compileSdkVersion 25 buildToolsVersion "25.0.0"

LeowWH commented 6 years ago

Hi @LeoLaiFookSiang ,

Have you import our library in your MainApplication.java as below before using "new MOLPayReactPackage()"?

import com.molpayxdk.MOLPayReactPackage;

If yes please try out our ExampleProject and let us know the result thanks.

LeoLaiFookSiang commented 6 years ago

Thanks, it show my problem