<android.support.v7.widget.CardView
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/card_outer_padding"
android:layout_marginTop="@dimen/card_outer_padding"
android:layout_marginRight="@dimen/card_outer_padding"
android:layout_marginBottom='@{model.cardBottomMargin}'
android:foreground="?attr/selectableItemBackground"
android:onClick="@{model::onCardClick}"
app:cardElevation="2dp"
app:cardCornerRadius="2dp"
app:cardUseCompatPadding="true">
</android.support.v7.widget.CardView>
我收到这个错误消息
无法解析符号?attr/selectableitembackground
验证Android XML文件中的资源引用。
<TextView
android:id="@+id/country_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="40dp"
android:text="@{model.name}"
style="@style/TextAppearance.AppCompat.Headline"
tools:text="Country"/>
而且,我也得到了一个类似的错误
无法解析符号“@style/textappalance.appcompat.headline”
验证Android XML文件中的资源引用。
任何指针都会很棒!谢谢你!它似乎与此线程有关,但没有提供解决方案:
我相信这是IDE和Android Gradle插件的一个通信问题。无论如何,我找到的唯一可靠的解决方法是删除.idea/libraries/
文件夹中有问题的库。
因此,对于您来说,由于林特检查无法识别?attr/SelectableitemBackGround
gradle__com_android_support_xxx.xml
文件我尝试了其他建议的解决方案--在我的模块build.gradle文件中使用Appcompat-v7
依赖项,并将google()
存储库作为项目build.gradle依赖项的第一行。纳达。
这些解决方案也没有帮助...
当它崩溃时,我正在Android Studio工作。重新启动时,每次导入都会收到以下错误: 无法解析符号“android” 我尝试过: 使缓存失效并重新启动缓存 克隆我的存储库并导入项目 重新启动Android Studio 将Android Studio更新至3.0版
当它崩溃的时候,我正在Android Studio工作。重新启动后,我收到了每个导入的以下错误: 无法解析符号“android” 我试过: null
代码运行,但无法获得函数、类等的建议。 谢谢
我对Android Studio完全陌生。 我刚刚在视窗10上安装了它,因为我想学习如何使用它,我已经开始遵循在线指南(https://developer.android.com/training/basics/firstapp/starting-activity.html#Up)。 我实际上是一步一步地跟着它,但是当涉及到这部分代码时: “findViewById”之后的“textView”部分
我创建了一个Google Maps活动,却出现了一个奇怪的错误:“无法解析符号Android:TextExpairance.Material”,还有10万个以“无法解析符号Android:TextExpairance.Material”和ThemeOverlay开始的错误。我需要一些帮助,因为我在这方面完全是个笨蛋...(是的,我尝试了工具->Android->Sync project with