当前位置: 首页 > 知识库问答 >
问题:

添加可见性插件后,Android中未处理的MvvmCros致命异常

靳金鹏
2023-03-14

添加了Nuget Visibility MvvmCross插件后,我在试图找到启动IoC容器的方法时,在闪屏中遇到了一个致命的未处理异常。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:local="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <Progressbar
        style="?android:attr/progressBarStyleLarge"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        local:MvxBind="Visibility IsLoading,Converter=Visibility" />
    <LinearLayout
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true">
        <EditText
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="12dp"
            local:MvxBind="Text Username" />
        <EditText
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="12dp"
            local:MvxBind="Text Password" />
        <Button
            android:text="Login"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            local:MvxBind="Click LoginCommand"
            android:layout_marginTop="30dip" />
    </LinearLayout>
</RelativeLayout>

共有1个答案

漆雕亮
2023-03-14

问题是,一些项目使用的是Nuget的3.0版本,而其他项目则更新为3.1。这会导致一些引发异常的兼容性问题。

将解决方案更新到最新的MvvmCross版本修复了这些问题。

 类似资料:
  • 我尝试卸载并重新安装android studio,但我一直得到这个错误。 块引用 java.nio.file.invalidPath异常: 非法字符 块引用

  • 我愿意使用FaceTracker示例这个,即在项目中添加emgu.cv.world dll然后它显示我。 无法加载模块。

  • 顶部碎片 activity_main.xml

  • 我主要是为技术精明的人编写一个小工具,例如程序员、工程师等,因为这些工具通常是快速的,随着时间的推移,我知道会有未处理的异常,用户不会介意。我希望用户能够向我发送回溯,这样我就可以检查发生了什么,并可能改进应用程序。 我通常做wxPython编程,但我最近做了一些Java。我已经将

  • 我需要在我的应用程序中将异常显示为toast消息,但以下代码不起作用,我如何修改它? 10-14 23:41:21.637 14498-14498/com.example.username.weddingplanningE/SQLiteDatabase︰错误插入name=dandroid.database.sqlite.SQLiteConstraintExc0019:列名称不是唯一的(代码19)在

  • 我跟随这个教程学习如何编写Cordova插件。现在我正试着将插件添加到我的iOS项目中,如下所示: 然后我得到了这个错误: (节点:11661)未处理的promise拒绝警告:未处理的promise拒绝(拒绝id:1):CordovaError:无效插件! /Users/Admin/Desktop/testpluginswift/TestPluginSwift/需要有效的package.json