Appium Inspector only offering xpath as locator strategy

Hello,
I’m working on test automation of an app developed for both Android and iOS.
The developers use Xamarin and I use a Macbook with Appium with real devices.
When I use Appium Inspector and load the app on Android, the GUI elements can only be located via xpath.
But when I use Appium Inspector with the app on iOS, the GUI elements can be located via id and other locator strategies.

What can I do to have other locator strategies available for the app on Android?
Is there anything I could ask the developers to add in their Xamarin code?

Thank you