ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
解决:
意思是Androidstudio3.0 以后 不能在manifest.xml 设置这些 必须在 gradle里设置
1.找到AndroidManifest.xml文件
<!-- <uses-sdk android:minSdkVersion="14" />-->注释掉