-
Notifications
You must be signed in to change notification settings - Fork 395
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
arm64-v8a native lib missing from final apk #682
Comments
Bump, same issue here. Any plans on fixing this? Is there a workaround? |
The workaround I ended up using was something like this
|
Seems the 'arm64-v8a' ABI was missing from the list of supported ones in the current master. Will add this to the list. Would you be able to test this with a snapshot build? |
I would rather have this added and fixed in the android-ndk-maven-plugin. I am hoping to remove NDK support after the upcoming release in this plugin. |
Hi @mosabua - unfortunately there is still a need for this (and yes, it is duplicated in the two projects) - the NDK plugin uses it for compiles, but the APK plugin will use it for placing the compiled native library in the correct location inside the APK. |
Fair enough. |
Could you add this fix to the changelog please... |
Will do On Mon, Jan 25, 2016, 18:17 Manfred Moser [email protected] wrote:
|
Done |
It depends on commons-io:commons-io:jar:2.5 now which is not in maven central yet. Can you advise where you pull this dependency from? |
Indeed is the case - it builds OK with 2.4 of commons-io but have not had a chance to give it a spin - could you try with 2.4? |
Dang... not sure how that happened. I will cut another release 4.4.1 to fix that and announce after.. |
4.4.1 is now out and it uses 2.4 so you should be good. I will do release announcement tomorrow. |
I can confirm the 4.4.1 version works as expected, thanks. |
Thanks @slavasav - assume safe to close then? :) |
Yes if you ask me :) Sent from SlavaPhone
|
Want to add closing this to the changelog @JohanLindquist ? |
Sorry, missed this - what do you mean @mosabua ? |
The changelog should ideally have links to any issues that were closed with any specific change. |
So in my pom I have
But in the final apk there is no library for arm64-v8a.
I only see
If I do
The result is
The text was updated successfully, but these errors were encountered: