-
Notifications
You must be signed in to change notification settings - Fork 231
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
fail to build arm64 and x86_64 so #9
Comments
Have you encountered any error? |
It is very simple there are no 64bit libs. And, please upload new version to maven(?) repository. thank your nice source! |
Your welcome, if compileSdkVersion is set to 21, there are errors on previous versions so that we made it to 16. |
According to this article, providing all the files for each architectures is a good idea. If there is no .so files for 64 bit architectures in this lib, users can not use 64 bit in other libs.
|
not including 64 bit is a bad idea, if you mix rtmp with other jni lib with 64bit support, rtmp crashes as it expect to find so in the existing 64 bit directory, but it's not there... |
@calber probably your project uses some other 64bit libs and android is only looking for the 64bit directory to find librtmp. if we set to compile sdk to 21, 64 bits .so are created. However then we need to set the minimumSdkLevel to 21 as well otherwise it throws exceptions in older sdk levels than to 21. These are pros and cons please build the lib according to your project. Please comment it if you have something to say. Bests, |
No description provided.
The text was updated successfully, but these errors were encountered: