Android support library supports vector drawable since version 23.2.0 (how to use), please use it instead of BetterVectorDrawable. BetterVectorDrawable still works, but isn't maintained any more.
The xamarin android binding for BetterVectorDrawable library. Supports Android 4.0+ (API level 14 or greater).
Keywords: xamarin, vector drawable, support library, compat, svg
To install BetterVectorDrawable, run the following command in the Package Manager Console:
Install-Package BetterVectorDrawable
Use it in the same way as android version: BetterVectorDrawable. You can also take a look on example.