gpt4 book ai didi

android - 在包 'MvxBind' 中找不到属性 'AndroidApp.Droid' 的资源标识符

转载 作者:太空狗 更新时间:2023-10-29 16:02:19 25 4
gpt4 key购买 nike

解决方案之前运行良好,直到我将菜单添加到应用程序并构建,它给了我上述错误。我的代码如下:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res/AndroidApp.Droid"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- The main content view -->
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<Mvx.MvxListView
local:MvxBind="ItemsSource MenuItems; ItemClick SelectMenuItemCommand"
local:MvxItemTemplate="@layout/item_menu"
android:id="@+id/left_drawer"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:choiceMode="singleChoice"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="#111" />
</LinearLayout>

有什么解决办法吗?我努力了 1) xmlns:local="http://schemas.android.com/apk/res/AndroidApp.Droid"和 2) xmlns:local="http://schemas.android.com/apk/res-auto但它现在不起作用。提前致谢。

最佳答案

一些方法,一些引用没有得到正确的,请清理并构建你的项目,如果仍然有问题,那么还要检查你的包名称。我希望这对你有用。

关于android - 在包 'MvxBind' 中找不到属性 'AndroidApp.Droid' 的资源标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27739567/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com