gpt4 book ai didi

android - 膨胀类 android.support.v7.widget.ContentFrameLayout 时出错

转载 作者:行者123 更新时间:2023-11-29 15:42:32 26 4
gpt4 key购买 nike

尝试将此文件添加到我的应用程序时,出现以下错误:

android.view.InflateException: Binary XML file line #25: Binary XML file line #3: Error inflating class android.support.v7.widget.ContentFrameLayout

这是文件:

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<android.support.v7.widget.ContentFrameLayout android:id="@id/action_bar_activity_content" android:layout_width="match_parent" android:layout_height="match_parent" android:foreground="?attr/toolbarId" android:foregroundGravity="top|fill_horizontal"></android.support.v7.widget.ContentFrameLayout>
</merge>

构建.gradle

    apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"

defaultConfig {
applicationId "com.example.joestox.fakeaddwevibe"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.0.0'
}

我是否需要将类似 android.support.v7.widget 的内容添加到我的依赖项中?我该怎么做呢?

最佳答案

我怀疑 ContentFrameLayout 是供内部使用的。 Looking at its source它似乎并没有真正做任何事情,并且整个类都被标记为 @hide 这可能就是您收到错误的原因(假设您已经在应用程序构建 gradle 中添加了依赖项)。虽然我确定该类对 appcompat 库有一些内部用途。对于应用程序开发人员,我们可能应该坚持使用常规的 FrameLayout

关于android - 膨胀类 android.support.v7.widget.ContentFrameLayout 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38163870/

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