I have updated to Xamarin Forms 3.1. After that Android build is giving exception on Frame control. The exception is "ClassCastException". Gradient Drawable cannot be cast to RoundRect Drawable.
Note: When I remove the Frame control the exception is not occurring. iOS build is fine.
Please help me to fix this issue