We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gradle中添加了: productFlavors { all32 { minSdkVersion 9 } all64 { minSdkVersion 21 } // armv5 {} // armv7a {} // arm64 { minSdkVersion 21 } // x86 {} }
all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.1' all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1' all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1' all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1' all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.8.1' all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.8.1'
The text was updated successfully, but these errors were encountered:
https://github.com/Bilibili/ijkplayer,你按这里说明加
Sorry, something went wrong.
我把lib包里代码全拿出来直接放项目里了,然后在项目中的gradle中再添加上边的代码就可以了
No branches or pull requests
gradle中添加了:
productFlavors {
all32 { minSdkVersion 9 }
all64 { minSdkVersion 21 }
// armv5 {}
// armv7a {}
// arm64 { minSdkVersion 21 }
// x86 {}
}
all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.1'
all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1'
all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.8.1'
all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.8.1'
The text was updated successfully, but these errors were encountered: