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

lost armeabi, mips so files #9

Closed
SwiftyWang opened this issue Jan 31, 2019 · 1 comment
Closed

lost armeabi, mips so files #9

SwiftyWang opened this issue Jan 31, 2019 · 1 comment

Comments

@SwiftyWang
Copy link

SwiftyWang commented Jan 31, 2019

I update some words fix from opencc repository and using dev branch run
assembleRelease
to build the aar.

But I found in 0.8.0 release includes x86 x86_64 arm64-v8a armeabi-v7a armeabi mips and mips64
Now only includes x86 x86_64 arm64-v8a armeabi-v7a

I checked the Application.mk
APP_ABI := all

Any advice about how to build the others so? Thanks!

@SwiftyWang
Copy link
Author

SwiftyWang commented Jan 31, 2019

Fixed by adding
externalNativeBuild { ndkBuild { abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64" arguments "NDK_APPLICATION_MK:=src/main/jni/Application.mk" } } }
in library module ->android->defaultConfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant