ijkplayer android 编译

ndk r10e

下载方式 :

wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip

ijkplayer-example 

gradle 插件版本 4.1.0

gradle 版本 6.5

git clone https://github.com/bilibili/ijkplayer.git

git checkout -b k0.8.8

./init-android.sh

cd android/contrib

./compile-ffmpeg.sh clean

./compile-ffmpeg.sh all

cd ../ && ./compile-ijk.sh all

问题记录:

1. compile > implementation

2.如何解决All flavors must now belong to a named flavor dimension.?

在这里插入图片描述

 3、minSdkVersion 版本问题

tools:overrideLibrary="tv.danmaku.ijk.media.player_arm64"

猜你喜欢

转载自blog.csdn.net/qq_31231915/article/details/128492608