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
这样解决在buildgradle中的defaultConfig中添加 ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" }并在gradle.properties中添加android.useDeprecatedNdk=true就可以了
The text was updated successfully, but these errors were encountered:
嗯,我在整理下
Sorry, something went wrong.
按楼上提供的方案,可以播放了,谢谢
No branches or pull requests
这样解决在buildgradle中的defaultConfig中添加 ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}并在gradle.properties中添加android.useDeprecatedNdk=true就可以了
The text was updated successfully, but these errors were encountered: