每当我尝试指定外部libs UI元素的属性时,我都没有绑定Namespace'app'。
<LinearLayout
android:id="@+id/card_database"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:onClick="dbclicked"
android:orientation="horizontal"
android:background="#ffff7f31"
>
<ImageView
android:id="@+id/img_database"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/db"
/>
<TextView
android:id="@+id/txt_database"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:paddingStart="15dp"
android:text="@string/db"
android:textColor="#ffffff"
android:textSize="20sp"
android:autoText="false" />
</LinearLayout>
</com.balysv.materialripple.MaterialRippleLayout>
编译'com.balysv:material-ripple:1.0.0'在build.gradle中使用,我正在运行带有更新的最新版本的Android Studio。
答案 0 :(得分:200)
添加
xmlns:app="http://schemas.android.com/apk/res-auto"
到你的根元素
答案 1 :(得分:15)
只需选择错误(用鼠标触摸错误)然后按。 “ALT + ENTER”它会自动解决错误。
答案 2 :(得分:1)
像这样将<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:orderInCategory="1"
app:showAsAction = "ifRoom"
/>
</menu>
添加到root:
(use 'clojure.data.priority-map)
(defn compare-title [x y]
(compare [(get x "primaryTitle") (get x "secondaryTitle")]
[(get y "primaryTitle") (get y "secondaryTitle")]))
(apply priority-map-by compare-title
["7944"
{"primaryTitle" "Test 2 first name"
"secondaryTitle" "Test 2 last name"}
"6841"
{"primaryTitle" "First name"
"secondaryTitle" "last name"}])
;; => {"6841" {"primaryTitle" "First name", "secondaryTitle" "last name"}, "7944" {"primaryTitle" "Test 2 first name", "secondaryTitle" "Test 2 last name"}}
答案 3 :(得分:0)
因此,就像您尝试解决此问题一样,我已经提出了10个问题,但所有解决方案都对我无效。我打算将这个问题发布到与此问题类似的其他所有问题上,以防其他人陷入我的困境。
对我有用的是: 打开工具> SDK管理器,然后按编辑SDK位置。现在记下该位置,使用Windows资源管理器将其打开,将SDK文件夹复制到另一个位置,例如,桌面,文档。完成后,返回编辑SDK位置,然后选择一个粘贴SDK文件夹的新位置,按下一步,然后等待。它应该是固定的。