tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Creating Android archive under prebuilt/android-aar: failed #658

Closed Random017 closed 3 years ago

Random017 commented 3 years ago

Description I use the virtual machine, centos7, to compile the project but it happened Creating Android archive under prebuilt/android-aar: failed

Expected behavior Creating Android archive under prebuilt/android-aar: ok

Current behavior What happened.

Screenshots If applicable, add screenshots to help explain your problem.

Logs

Building mobile-ffmpeg LTS library for Android

Architectures: arm-v7a, arm-v7a-neon, arm64-v8a
Libraries: android-zlib, android-media-codec, cpu-features, x264, x265

Building arm-v7a platform on API level 16

x264: ok
x265: ok
cpu-features: ok

ffmpeg: ok

Building arm-v7a-neon platform on API level 16

x264: ok
x265: ok
cpu-features: ok

ffmpeg: ok

Building arm64-v8a platform on API level 21

x264: ok
x265: ok
cpu-features: ok

ffmpeg: ok

mobile-ffmpeg: ok

Creating Android archive under prebuilt/android-aar: failed

Environment

Other Add any other context about the problem here.

According to the problems and solutions in issues, I have configured ANDROID_HOME and ANDROID_NDK_ROOT but it still failed

tanersener commented 3 years ago

Have you looked at build.log file?

I also see that you use an older NDK version. Master was built using the latest NDK LTS version 21.3.6528147. I suggest using that version to build the master.

github-actions[bot] commented 3 years ago

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.