-
Notifications
You must be signed in to change notification settings - Fork 832
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 requirement #316
Comments
Not sure why you think this project will be updated to meet these requirements considering the last commit was Apr 21, 2016, almost 3 years ago. |
Actually google has update his guidelines for app store release. According to that app must be supported 64 bit architecture from 1-August-2019, but this source code support 32 bit, so this app will not run on device which is having 64 bit architecture from 1-aug-2019. |
I am aware of this, but what I was saying is, this repository hasn't had a commit in 3 years. The chances they are going to come in and add 64 bit support to this package is very very slim. They don't appear to even respond to any issues anymore. You would be better off finding a different package that does support 64 bit already or dissect this one and add in your own 64 bit support. |
see this library i think useful it |
@MereFable do you have any sollution please guide us ? |
As per the google guidelines we need 64 bit architecture, but the existing code is having 32-bit architecture. please update the architecture.
reference of the guideline :
https://developer.android.com/distribute/best-practices/develop/64-bit
The text was updated successfully, but these errors were encountered: