-
Notifications
You must be signed in to change notification settings - Fork 628
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
"The sysroot must be an absolute path" error when building custom native FFmpegKit binary. #592
Comments
Unfortunately, we do not officially support building the So, we do not guarantee that build script will not fail there. Logs show that My suggestion is to make sure that |
Then can I try in linux? Is that works? Which platform will be best? |
See our Github Actions we have for |
Thank you so much @tanersener for your help and quick response. I have build in linux system. I got this error
I have solved this by adding |
Could you be more specific? When do you get this error, and to which
|
I have added |
Well, adding it won't break anything. So, it's fine. But, also it is not something we see. Do you have all prerequisites listed in Android Prerequisites ? |
For LTS build with |
Can you please help me on how to add the generated aar file. I have tried many methods to add the generated How to add custom build library ad per documentation Please help me out. |
Would you mind having a look at the How to Decrease Binary Size page again. It seems like you are looking at an old version. And, importing an |
I looking for using aar file for my flutter app. Is the same Android documentation works for flutter? |
If you look at the directory structure of the flutter plugin you can see that there is an
|
How to build aar for LTS version. When I use --lts
error is logged in |
See NDK Compatibility page. |
Thanks a lot...! I have reduced upto the size 35 MB. Thanks for your great support. |
@SuganDevp can you make the package open-source? I'm a beginner and I quite don't understand reducing the binary size of compiled APK while using Ffmpeg-kit for Flutter. |
Description
When I'm running the command
--enable-freetype
for android.This error logged in
build.log
file.To Reproduce
Run command
./android.sh --enable-freetype
and checkbuild.log
.Logs
Complete log file build.log
Environment
Windows
forAndroid
v5.1
main
25.1.8937393
The text was updated successfully, but these errors were encountered: