-
Notifications
You must be signed in to change notification settings - Fork 636
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
Unable to build Android aar with LTS #99
Comments
I have set the Android NDK to v22.1.7171670 |
Here is the full log build.log |
Additionally, I wanna ask is there have any reference for me to know which lib i should enable for compress video ? Thank you! |
A similar error was reported before. But I couldn't reproduce it. See #85 |
@tanersener |
You need only one of them to use |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
After export the environment to run the android.sh. It can build the all platform on API level 24.
With This command
./android.sh --enable-fontconfig --enable-libxml2 --enable-x264 --enable-x265 --enable-gpl
Then cause I wanted to build the aar for LTS so I run this command
./android.sh --enable-fontconfig --enable-libxml2 --enable-x264 --enable-x265 --enable-gpl --lts
but it show this
Expected behavior
build aar file
Current behavior
fail to build
To Reproduce
./android.sh --enable-fontconfig --enable-libxml2 --enable-x264 --enable-x265 --enable-gpl --lts
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Environment
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: