OSS license plugin crashes on starting OssLicensesMenuActivity

后端 未结 2 1593
暖寄归人
暖寄归人 2021-01-22 05:02

Every one! I\'ve included Android OSS using this tutorial Google APIs for Android OSS licenses. into my project (target sdk version is 27).

But I have an issue when I st

相关标签:
2条回答
  • 2021-01-22 05:37

    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

    0 讨论(0)
  • 2021-01-22 05:41

    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.

    0 讨论(0)
提交回复
热议问题