That's the error that I get in my project.. can anyone help me.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答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