Exporting a 64bit Android app that uses TinCan (xAPI)

Hi, I’m running into an issue when following multiple tutorials for building an Android app that uses the TinCan.NET xAPI library. I have an AR app that already works when built to Android with the “Mono” backend. But when I switch to “IL2CPP” (for the Google Play 64bit requirement), I suddenly have build issues with the TinCan.dll and any script that uses it. It gives me a "
No action for the assembly TinCan, Version=1.3.0.0, Culture=neutral, PublicKeyToken=7e2d97554f738180 defined" Linker error.

This is the most comprehensive tutorial I’ve seen. He only uses “Mono”, and even in the comments, he acknowledges that it doesn’t work on IL2CPP for him and someone calls out the apparent lack of support for IL2CPP/64bit.

This webpage is the second most comprehensive tutorial, but it doesn’t cover published builds at all.

Does anyone have any ideas as to how to build this?

rename the dll just from ‘TinCan-net45-signed’ in ‘TinCan’, worked for me.