I try to test the XamSVG for android but no display and in debug the error is:
Failed to set EGL_SWAP_BEHAVIOR on surface 0xdb72a380, error=EGL_SUCCESS.
How to solve this ?
I added the .svg file in res/raw/home.svg
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<xamsvg.SvgImageView
local:svg="@raw/home"
android:layout_width="wrap_content"
android:layout_height="50dp" />
</RelativeLayout>