无法在x86_64上运行.apk

时间:2019-07-16 06:21:53

标签: android react-native x86 x86-64

我有一个使用本机0.52.0构建的应用程序。收到Google的通知后,我正在尝试使其也支持64位。

所以我尝试添加这些

ndk {
       abiFilters 'armeabi-v7a','x86', 'x86_64', 'arm64-v8a'
    } 

但是我得到了,

"java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/my.com.app/lib-main/libgnustl_shared.so" is 32-bit instead of 64-bit"

So I tried analysing the apk file, and I got to know the .so files inside x86 and x86_64 are not same. Here is a screenshot

我该如何克服呢?

谢谢。

0 个答案:

没有答案