Since this great tool became free for everyone, I tried it, and I liked it, especially the Visual Studio Android emulator.
But I have a problem because Visual Studio intellisense does not work at all for axml files.
I tried this article ( https://kb.xamarin.com/customer/portal/articles/1920119-how-do-i-enable-intellisense-in-android-axml-files- ), but these files (android-layout -xml.xsd, schemas.android.com.apk.res.android. xsd) does not exist on my PC
Open the * .axml file in your solution using "Open With" and select "Automatic Selector (XML)",
If intellisence still does not work, go to XML -> Schemas, add these schemas manually and restart the visual studio.
XSD files are located in the folder C: \ Program Files (x86) \ Xamarin Studio \ AddIns \ MonoDevelop.MonoDroid \ schema, note that this path exists when you install Xamarin Studio.
I think we do not send these files using the Visual Studio plugin, I have to confirm this with the Xamarin.Android command.
In the meantime, you can find the schema files at https://forums.xamarin.com/discussion/comment/180685/#Comment_180685