You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meantime workaround seems to be create an ABI splits, one for armeabi and second for armeabi-v7a. Another option is to change abi filter to armeabi-v7a.
Caused by:
java.lang.IllegalStateException:Library libpl_droidsonroids_gif.so for supported ABIs not found in APK file
Phone:ZTE N909
Android OS 4.1.2
1GB
the cpu of phone is A5 architecture,but...
To meet the many libraries compatible and reduce the size of my Apk,i use blew
ndk {
abiFilters "armeabi"
}
How can I solve this problem?
The text was updated successfully, but these errors were encountered: