MAUI Android binding related to Retrofit Library crash issue
I am using MAUI Binding application that contains android sdk like android aar file . In android aar inside that i am using Retrofit for API call . so when we are calling API that time its crashing in MAUI showing too much work on main thread .
I removed the RETROFIT call and used not http api call then its working fine .
Please suggest that is that any configuration or changes need to do in MAUI side to support Retrofit or MAUI is not supporting Retrofit .
I tried to add ANDROID Retrofit using Nuget manager then also getting error and added manually but still its crashing .
Please suggest some solution on this .