gpt4 book ai didi

java - Android Studio 预览版未正确显示 RecyclerView 和工具栏

转载 作者:行者123 更新时间:2023-12-01 16:47:00 28 4
gpt4 key购买 nike

请查看截图screenshot我为此搜索了很多。我的android studio已经更新到3.0.1了。这是我的项目中的依赖项。是 studio 3.0.1 的问题吗?

compile 'com.android.support:appcompat-v7:23.4.+'
compile 'com.android.support:design:23.3.0'`

这是 xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content">
</android.support.v7.widget.RecyclerView>
</LinearLayout>

最佳答案

如果您的 build.gradle 文件中存在解析策略,请添加更新的依赖项,如下所示

configurations.all {
resolutionStrategy {
force 'com.android.support:design:27.0.1'
force 'com.android.support:support-v4:27.0.1'
force 'com.android.support:appcompat-v7:27.0.1'
}
}

关于java - Android Studio 预览版未正确显示 RecyclerView 和工具栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48637586/

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