.axml highlighting and intellisence not working in monodroid

I recently installed mono for Android, and today I tried to get started. In all the tutorials that I saw, they show interest and emphasize that they work in the visual studio when editing .axml files, but after installing, uninstalling and reinstalling mine still do not work. I could probably go on like this, but it just turns me on completely nuts.

All help is appreciated.

+5
source share
1 answer

If you use the default VisualStudio editor for XML, then intellisense should come from importing the namespace: xmlns:android="http://schemas.android.com/apk/res/android"

Xamarin XML-, , - intellisense - , Xamarin.

0

All Articles