问题uses-sdk:minSdkVersion 9 cannot be smaller than version 10 declared in library

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 10 declared in library C:\0_Java\Workspace_x\xxxx\app\build\intermediates\exploded-aar\xxxx\dragtotoplibrary\unspecified\AndroidManifest.xml
    Suggestion: use tools:overrideLibrary="github.chenupt.dragtoplayout" to force usage

该问题实际上是当先项目的sdk版本低于引入的第三方包的sdk版本,对其修改版本统一即可。

转载于:https://my.oschina.net/reborn87/blog/495581

你可能感兴趣的:(问题uses-sdk:minSdkVersion 9 cannot be smaller than version 10 declared in library)