paypal / paypal-here-sdk-android-distribution

Add credit card (swipe & key-in) capabilities to your Android app
Other
83 stars 95 forks source link

64-bit support #165

Open yxrwang opened 5 years ago

yxrwang commented 5 years ago

Since Google requires apps to be published on Google Play to support 64-bit devices, is there any plan for Paypal Here SDK to include these 64-bits JNI libraries? Currently it crashes on 64-bit devices if 'arm64-v8a' is added to ndk.abiFilters in the app gradle build file (from Google's instruction https://developer.android.com/distribute/best-practices/develop/64-bit).

StorminGorman commented 5 years ago

Ok so just add implementation ('com.paypal.retail:here-sdk-release:2.1.03.19178000@aar') { transitive = true }

That is the version that works with abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'