Relative Content

Tag Archive for androidkotlingradlesap

Android AGP upgrade returns unexpected error

I have a project with an SAP sdk integration and we needed to update it to a newer version
This required to increase the target api to 33 but after fixing the compiling errors we receive this Caused by: android.databinding.tool.processing.ScopedException: [databinding] {“msg”:”Unexpected error while processing layout file: fragment_home.xmlnnPlease file a bug on https://issuetracker.google.com/issues/new?componentu003d192721u0026templateu003d1096850 with a sample project that reproduces the problem.”,”file”:”app/src/main/res/layout/fragment_home.xml”,”pos”:[]}
at android.databinding.tool.util.L.tryToThrowScoped(L.java:98)
The layout files did not change whatsoever. I filled a bug to Google but they do not respond and we run out of time. Any ideas on how to approach this ?