Android 导依赖错误

导入依赖报一下错误:

                               

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
11 actionable tasks: 4 executed, 7 up-to-date

解决办法:

     

把minSdkVersion 15  改成16, 16不行就17 就可以解决

                      ddd