👋 Anyone else running into a similar issue :
https://issuetracker.google.com/issues/368628050 ?
In summary, I am trying to configure a FTL device as
GMD following these instructions. I tried in the
performance samples app which works without any issues, but fails with the same error as the issue tracker when included in my project.
I even tried adding the Jackson dependency directly in the BaselineProfile module, but didn't work.
implementation 'com.google.http-client:google-http-client-jackson2:1.22.0'
Interesting thing to note was that the above dependency is correctly pulled into the sample app but not getting added into my main project.
Any suggestions would be helpful!