How to enable intellisense on Xamarin.Android AXML?

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

+7
visual-studio visual-studio-2015 xamarin xamarin.android
source share
2 answers
+11
source share

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

+3
source share

All Articles