I have very simple layout in .axml source file in AndroidApp. I use this layout to add dynamic TextViews and Buttons. Application works correct.
Even though I get a warning (Line 6, Column 8): Undefined complexType 'java.lang.Object' is used as a base for complex type extension.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:x="http://schemas.android.com/apk/res/android"
x:orientation="horizontal"
x:layout_width="match_parent"
x:layout_height="match_parent"
x:id="@+id/mainLayout"/>
This is a common problem in VS 2017 and Xamarin and many people are complaining about it.
Visual studio 2017 Intellisense error
I think It's a bug, waiting for Microsoft to release a bugfix for it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With