Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64-bit support #165

Open
yxrwang opened this issue Jun 27, 2019 · 1 comment
Open

64-bit support #165

yxrwang opened this issue Jun 27, 2019 · 1 comment

Comments

@yxrwang
Copy link

yxrwang commented Jun 27, 2019

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
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants