Working with Xamarin.Android - yck1509/ConfuserEx GitHub Wiki
ConfuserEx should support Xamarin/Mono for Android. However you should take note of the following:
- Xamarin/Mono for Android uses their own version of internal library, so you should tell ConfuserEx where to find it. You can do it by adding:
<probePath>C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0</probePath>
<probePath>C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v4.1</probePath>
to your ConfuserEx Project file after <module> elements. If you're using
GUI, you can add the Probe Paths by clicking the small gear button at the
Project Tab.