Skip to content
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

there is a crash... #379

Closed
hpuhsp opened this issue Jan 12, 2017 · 2 comments
Closed

there is a crash... #379

hpuhsp opened this issue Jan 12, 2017 · 2 comments
Labels

Comments

@hpuhsp
Copy link

hpuhsp commented Jan 12, 2017

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?

@koral-- koral-- added the bug label Jan 12, 2017
@koral--
Copy link
Owner

koral-- commented Jan 13, 2017

I need to fix this case in library.

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.

koral-- added a commit that referenced this issue Jan 14, 2017
@koral--
Copy link
Owner

koral-- commented Jan 15, 2017

Fix available in version 1.2.5-SNAPSHOT.
Thanks for the report.

@koral-- koral-- closed this as completed Jan 15, 2017
koral-- added a commit that referenced this issue Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants