Error: minSdk version 9 cannot be smaller than version 14 declared in library

匿名 (未验证) 提交于 2019-12-03 01:27:01

问题:

That's the error that I get in my project.. can anyone help me.

minsdkerror

回答1:

As per the 10.2.0 release notes and this blog post:

Version 10.0.0 of the Google Play services client libraries, as well as the Firebase client libraries for Android, will be the last version of these libraries that support Android API level 9 (Android 2.3, Gingerbread). The next scheduled release of these libraries, version 10.2.0, will increase the minimum supported API level from 9 to 14 (Android 4.0.1, Ice Cream Sandwich).

As you are using 10.2.0, the minSdkVersion is now 14. You must use 10.0.1 or earlier if you want to support down to API 9 devices.



回答2:

Google Play Service 10.2.0 dropped support for Gingerbread and only supports API 14 and up now so if you need to support older devices then you need to stay at 10.0



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!