Visual Studio 2017部署错误:未定义的ComplexType java.lang.Object用作复杂类型扩展的基础

时间:2017-04-12 07:00:44

标签: android xamarin.android visual-studio-2017

今天,我安装 Visual Studio 2017 ,开始创建Android应用程序。 在构建应用程序时,它正在构建正确的构建。但是,当我运行它时,它会给出以下部署问题:

  

未定义的ComplexType java.lang.Object用作复杂的基础   类型扩展

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <Button
        android:id="@+id/MyButton"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/Hello" />
</LinearLayout>

enter image description here

  • 运行应用程序时出现以下错误:

enter image description here

更新 现在,从 Android SDK Manager ,我也更新了包。但同样的问题仍然存在。

任何人如果可以解释问题并提供完美的解决方案,请提前致谢。

NOT Duplicate As,

  1. 我的项目正在正确编译。
  2. 当我执行/运行时,它会得到     部署错误。早先它提出了编译问题。我正在纠正     它可以解决部署问题。
  3. 在那里和其他论坛提供了尝试过的解决方案,但仍在努力创造第一 android app。

0 个答案:

没有答案