Androidpdfviewer: As per new update by google We cannot use any 32 bit native library after 21 August 2019 This library is also 32 bit when i analyze my apk How to get it support for 64 bit architecture.

Created on 1 Feb 2019  Â·  8Comments  Â·  Source: barteksc/AndroidPdfViewer

Please help on the new update from google on using only 64 bit libraries after 21 august deadline this library is using 32 bit native code how to update my app to make it compatible as per new updates.

Most helpful comment

@rafescu I don't believe mips has a 64bit version, and armeabi is just the version before v7a, and v8a. Both of those support only 32-bit devices, but the way I read Googles article including those libraries should not be an issue. Now if this library only had (mips, armeabi, and x86) then we would be in violation of there new requirments.

All 8 comments

So when I analyzed the APK it shows x86, x86_64, armeabi-v7a, arm64-v8a. From my understanding of Googles deadlines, they want all apps to support 64 bit. In this case, this library does support 64 and 32-bit devices. Google doesn't want apps to only support 32-bit after August 1, 2019. I believe this library is within Googles requirements.

https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

I also analyzed my APK, like @mikemike396 mentioned, and got all those libraries (armeabi-v7a, x86,arm64-v8a and x86_64), so I believe this library is within Google requirements.

screen shot 2019-02-06 at 14 45 04
But I have a doubt, on my analysis, on the lib folder, I detect a mips and armeabi folder, which don't have a similar folder to 64 bits (x86->x86_64,armeabi-v7a->arm64-v8a). Do I need to worry? @mikemike396

@rafescu I don't believe mips has a 64bit version, and armeabi is just the version before v7a, and v8a. Both of those support only 32-bit devices, but the way I read Googles article including those libraries should not be an issue. Now if this library only had (mips, armeabi, and x86) then we would be in violation of there new requirments.

@mikemike396 yep, I guess the same. Thanks!

Anyone got confirmation uploading an APK to the Play Store? Lately the console started showing explicit warnings if the APK won't be valid in August.

Looks like the native library has 64 bit support, here.

Stille no news here?

it's supporting 64bit also bro

On Fri, Feb 1, 2019, 7:30 PM Michael Kushinski notifications@github.com
wrote:

So when I analyzed the APK it shows x86, x86_64, armeabi-v7a, arm64-v8a.
From my understanding of Googles deadlines, they want all apps to support
64 bit. In this case, this library does support 64 and 32-bit devices.
Google doesn't want apps to only support 32-bit after August 1, 2019. I
believe this library is within Googles requirements.

https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/barteksc/AndroidPdfViewer/issues/745#issuecomment-459731343,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AtDLxkfjO1_6nj1yDbtfFAw7KiEenRM4ks5vJEhxgaJpZM4advjQ
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Atlas789 picture Atlas789  Â·  8Comments

Kaming picture Kaming  Â·  10Comments

amin9565 picture amin9565  Â·  5Comments

dongliang0201 picture dongliang0201  Â·  8Comments

titosobabas picture titosobabas  Â·  4Comments