После обновления с AGP 8.13.2 до 9.0.0 запуск OssLicensesMenuActivity в сборках Release вызывает исключение Resources$NotFoundException. Проблема не возникает в отладочных сборках:
Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x0
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:230)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2509)
at android.content.res.Resources.getLayout(Resources.java:1261)
at android.view.LayoutInflater.inflate(LayoutInflater.java:536)
at com.google.android.gms.oss.licenses.zzp.onCreateView(com.google.android.gms:play-services-oss-licenses@@17.3.0:2)
Версия AGP: 9.0.0
Версия плагина: com.google.android.gms:oss-licenses-plugin:0.10.10
Версия библиотеки: com.google.android.gms:play-services-oss-licenses:17.3.0
После обновления с AGP 8.13.2 до 9.0.0 запуск OssLicensesMenuActivity в сборках Release вызывает исключение Resources$NotFoundException. Проблема не возникает в отладочных сборках: [code]Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:230) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2509) at android.content.res.Resources.getLayout(Resources.java:1261) at android.view.LayoutInflater.inflate(LayoutInflater.java:536) at com.google.android.gms.oss.licenses.zzp.onCreateView(com.google.android.gms:play-services-oss-licenses@@17.3.0:2) [/code] [list] [*]Версия AGP: 9.0.0 [*]Версия плагина: com.google.android.gms:oss-licenses-plugin:0.10.10 [*]Версия библиотеки: com.google.android.gms:play-services-oss-licenses:17.3.0 [/list] На данный момент вернулся к AGP 8.13.2.