Jonathan Peppers
Jonathan Peppers
We are just closing anything that didn't have activity for a few months, not hiding anything. Sorry if I wasn't clear,
@KimCheolYoung I think this is happening because of changes in Android 8.1. However, I have no idea why it would add 8 minutes to startup! A quick search of `avc:...
@tritao is this work unfinished? I think the Windows build is basically timing out on the `Run-C-Tests` Cake target.
`master` was renamed to `main`, @chamons you can ignore if you like.
@atsushieno is this only an issue on Linux? `GenerateJavaStubs` has been working for me on Windows and Mac. Using "private" MSBuild tasks at the time was the only path to...
Thanks @Zomb I will look into this. Can you paste a snippet of your Java code?
I'm seeing this, too. One workaround for now is to subclass `Java.Lang.Object`. I have this C#: ```csharp [Register("mono.embeddinator.android.SubclassJava")] public class SubclassJava : Java.Lang.Object { } ``` Then my test in...
@Zomb I'll try this out next week and write a test for it. I vaguely remember seeing something that was fixed in this area in Xamarin.Android. So updating Xamarin.Android might...
Hi @Noratem it looks like from the stacktrace it's not able to find `java.exe`. It's been a little while (for me to remember), but you should try putting `java.exe` in...
The usage of CppSharp, I believe, was mainly for reusing existing code. The framework/concepts of "code passes" came from there, as well as a few passes that could be reused....