RazerMS / Mobile-XDK-RazerMS_React_Native

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

Cannot run on android after updating to latest xdk #11

Closed nikhiysham closed 7 years ago

nikhiysham commented 7 years ago

Hi,

Giving the error below on my mac terminal by running the command react-native run-android --variant=release after updating to the latest xdk version 16.

Please help me. Critical , the users has been complaining cannot made a payment since last week after Molpay doing disaster recovery and update some of the xdk part and need to update xdk ASAP.

Thank you

screen shot 2017-10-22 at 4 07 38 pm

LeowWH commented 7 years ago

Hi @nikhiysham,

Sorry for any inconvenient please update to XDK 0.16.1 and also please make sure you are using build tools version 25 in your android/app/build.gradle as below. compileSdkVersion 25 buildToolsVersion "25.0.0" Thanks.

nikhiysham commented 7 years ago

Hi @LeowWH , still have some issue. Please refer screenshot below

My buildVersion

screen shot 2017-10-23 at 11 46 31 am

Issue during run android on real device

screen shot 2017-10-23 at 11 45 55 am

nikhiysham commented 7 years ago

Oh.sorry, i'm using RN version below 47, added createJSModule worked for me. Solved.