opsway / react-native-paytm

Unofficial React Native wrapper for PayTM iOS/Android SDK
10 stars 10 forks source link

Android build error, help #4

Closed karanpratapsingh closed 5 years ago

karanpratapsingh commented 5 years ago

Hey, first of all thanks for updating this module...it's working fine in ios debug right now but on android it is giving this error:

karanpratapsingh commented 5 years ago

Here's the solution:

add the following in app/build.gradle under default config:

multiDexEnabled true // multi dex resolution support for paytm sdk

philly25 commented 5 years ago

Yes, this is multidex related issue, and you solved it just right.