Jonathan Peppers

Results 525 comments of Jonathan Peppers

This is probably duplicate of: * https://github.com/dotnet/android-libraries/issues/764 Can you share a sample project with this problem? The fix is to update various packages to latest and the problem will go...

It feels like there is a Java method named `CompareTo` that conflicts with what .NET expects. We have some general troubleshooting docs for bindings at: * https://github.com/dotnet/java-interop/wiki/Troubleshooting-Android-Bindings-Issues * https://github.com/dotnet/android-libraries/blob/main/docs/development-tips.md#troubleshooting

I would review the docs above for related cases. From your example, I don't see what line `CS1503` is referring to.

This might be something that is just solved when CoreCLR is finished. We've been able to get by with taking `dotnet-gcdump` and diffing them, but you can't see a call...

/cc @grendello it seems like we would already have this? We have a Microsoft.Android.Sdk.Linux pack that runs on ~most Linux?