- 📚 相关推荐文章
- VSCode连接docker失败 Failed to connect. Is docker running? 推荐
- Windows7下安装Python失败setup failed解决方案 推荐
- 解决idea git Update failed unable to access ‘httpxxx‘ The requested URL returned error: 500 推荐
- 解决 Failed to *** : Access denied 推荐
- 解决fatal: unable to access xxx: Failed to connect to github.com port 443: Timed out 推荐

Manifest merger failed : uses
错误提示:
Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 19 declared in library [com.shuyu:GSYVideoPlayer:7.0.1] D:\\Android\\Android Studio\\.AndroidStudio.3\\.gradle\\caches\\transforms-1\\files-1.1\\GSYVideoPlayer-7.0.1.aar\\cadae2e9b8731e57a167e9fec798f1db\\AndroidManifest.xml as the library might be using APIs not available in 15 Suggestion: use a compatible library with a minSdk of at most 15, or increase this project's minSdk version to at least 19, or use tools:overrideLibrary="com.shuyu.gsyvideoplayer.lib" to force usage (may lead to runtime failures)
解决办法:
将当前项目的所支持的最小SDK版本改为19即可
👁️ 阅读量:0
© 版权声明:本文《Manifest merger failed : uses》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686520944a279086.html。