Skip to content
New issue

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

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.github.centerzx:ShapeBlurView:1.0.4] C:\Users\WTCL\.android\build-cache\538b4e53fd6ed7509b31e40943c59261ff888da4\output\AndroidManifest.xml Suggestion: use tools:overrideLibrary="net.center.blurview" to force usage #7

Open
ShirleyLuoppx opened this issue Oct 5, 2022 · 1 comment

Comments

@ShirleyLuoppx
Copy link

项目里面的 minSdkVersion 16 ,与大佬的开源项目中的 minSdkVersion 19 有冲突,提示中建议用tools:overrideLibrary="net.center.blurview" 来避免这个问题,但是用了之后还是莫得效果。
1664946422370

@centerzx
Copy link
Owner

16对应的是4.1系统,19对应的是4.4,4.1的设备应该很少很少了吧,5点几系统我觉得应该都非常少了。可以把你的最低版本设置19吧。错误提示中建议的是:AndroidManifest.xml Suggestion: use tools:overrideLibrary="net.center.blurview"。意思是在AndroidManifest中添加这句话,不是在控件这里。我不清楚4.1设备上使用有没有问题哈。
另外,使用最新版本1.0.5哈,修复了个bug。
感谢老铁支持!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants