我想在我的应用中使用ijkplayer for Android。我照他说的做直到:
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B latest k0.8.8
./init-android.sh
cd android/contrib
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh all
cd ..
./compile-ijk.sh all
和来自:
Android Studio:
Open an existing Android Studio project
Select android/ijkplayer/ and import
我不知道该怎么办,也无法导入我的本机应用程序。