opengapps / opengapps-app-support

issuetracker and translations for the Open GApps App
http://opengapps.org/app
Creative Commons Attribution Share Alike 4.0 International
60 stars 57 forks source link

Oreo arm64: missing libcronet.63.0.3223.7.so for 64bit #116

Closed Irenapas closed 6 years ago

Irenapas commented 6 years ago

I installed Open Gapps for Oreo Arm64 on my android emulator. Now I receive the following error: E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/priv-app/Phonesky/Phonesky.apk"],nativeLibraryDirectories=[/system/priv-app/Phonesky/lib/arm64, /system/lib64, /system/vendor/lib64, /system/lib64, /system/vendor/lib64]]] couldn't find "libcronet.63.0.3223.7.so" This tells 64bit libcronet.63.0.3223.7.so is missing.

When I extract Phonesky.apk with apk-tool, I see that it has libcronet.63.0.3223.7.so but only for 32 bit (in lib/armeabi-v7a/).

How to fix this?

Irenapas commented 6 years ago

Sorry, I posted this question on the forum now.