OSS license plugin crashes on starting OssLicensesMenuActivity

左心房为你撑大大i 提交于 2019-12-02 01:32:52
Igor Bokov

After I've moved my project to Android Studio 3.0.1 (and as consequence Gradle was updated to version 3.0.1) the issue was fixed.

Ran into same issue with the following plugin dependency,

com.google.gms:oss-licenses:0.9.2

com.google.android.gms:play-services-oss-licenses:11.4.2

Found that its fixed with latest com.google.android.gms:play-services-oss-licenses:16.0.0. This required bumping com.google.gms:google-services to 3.2.1 to resolve conflict with branched off firebase/play-services sdks.

Reference : https://developers.google.com/android/guides/releases

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