相关报错
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'.
> Configuration with name 'default' not found.
原因:设置的compileSdkVersion没有对应的sdk
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
原因:自己项目的minSdkVersion不能小于library的minSdkVersion值