uses-sdk:minSdkVersion 1 cannot be smaller than version 4 declared in library [com.android.support:s
【uses-sdk:minSdkVersion 1 cannot be smaller than version 4 declared in library [com.android.support:s】春衣少年当酒歌,起舞四顾以笑和。这篇文章主要讲述uses-sdk:minSdkVersion 1 cannot be smaller than version 4 declared in library [com.android.support:s相关的知识,希望能为你提供帮助。
根据报错提示:最低兼容版本api 1低于v7兼容类库的api 7,找到app的gradle发现设置了最低兼容9,并不是1啊.
android { ... defaultConfig { minSdkVersion 10 targetSdkVersion 19 } ... }
完美搞定 perfect
推荐阅读
- 安卓开发中Sqlte的学习心得
- AppInventor2笔记
- Android启动模式以及IntentFilter匹配规则
- Android DDMS应用
- android生成分享长图并且添加全图水印
- appium 环境安装
- SpringMVC学习笔记四:SimpleMappingExceptionResolver异常处理
- 形成具有给定范围内的整数的数组的方法,以使总和可被2整除
- Django教程详细指南介绍