uses-sdk:minSdkVersion 1 cannot be smaller than version xx declared in library

一般android studio出现这种错误都是因为有个manifest文件没有设置minSdkVersion,设置一下就好了

> Manifest merger failed : uses-sdk:minSdkVersion 1 cannot be smaller than version 15 declared in library [proj.android:wolosdkinterface:unspecified] F:\xxxx\xxx\xxx\build\intermediates\bundles\default\AndroidManifest.xml

Suggestion: use tools:overrideLibrary="com.mpjoy.sdkInterface" to force usage

你可能感兴趣的:(uses-sdk:minSdkVersion 1 cannot be smaller than version xx declared in library)