


Sadly this ZIP library didn't have any official releases for over 4 years, so there are only a lot of inofficial variants on Nuget. Maybe they use a different version there too. The one used by Xamarin has a really long-known bug: it forces \ as the path separator which won't work. needs to be replaced with a patched variant. The java include directory path needs to be fixed (at least on debian it could never work with the default one).The modified makefile does exactly that, plus some additional things:

Create bin/$(Configuration)/bin/generator, as a shell-script to invoke bin/$(Configuration)/lib/mandroid/generator.exe.Copy external/Java.Interop/bin/$(Configuration) into bin/$(Configuration)/lib/mandroid.The default xamarin-android build only includes pieces of it. As a vague guess for a starting point, what you’d need to do is: You should be able to hack it to make it work PR’s welcome, or wait until one of us gets around to it. Jon Pryor recently wrote on the mailing list: Actually, you can build it from source right now.Ĭurrently, some things need to be patched and some files need to be copied to different locations, because their build scripts aren't quite ready for linux yet.
