gpt4 book ai didi

Android API 24。在包 'minimalSize' 中找不到属性 'android' 的资源标识符

转载 作者:行者123 更新时间:2023-11-29 14:26:46 25 4
gpt4 key购买 nike

我的 list 文件中 activity - layout 中的 android:minimalSize 有问题。它说

No resource identifier found for attribute 'minimalSize' in package 'android'

这很奇怪。从这里开始https://developer.android.com/preview/features/multi-window.html#configuring android:minimalSize 似乎是多窗口模式的合法属性。

此外,activity - layout 中的其他属性,如 android:defaultHeightandroid:defaultWidth 都是可以的。

也许有人遇到过类似的问题。

应用级build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"

defaultConfig {
//...
minSdkVersion 16
targetSdkVersion 24
//...
}
//...
}

dependencies {
//...
compile 'com.android.support:appcompat-v7:24.0.0'
}

AndroidManifest.xml:

//...
<activity
//...
android:resizeableActivity="true">
<layout android:minimalSize="450dp" />
//...
</activity>
//...

最佳答案

根据 New APIs in Developer Preview 4 :

The Multi-Window android:minimalHeight and android:minimalWidth attributes have been renamed to android:minHeight and android:minWidth.

documentation page you linked to也更新为引用新名称。

关于Android API 24。在包 'minimalSize' 中找不到属性 'android' 的资源标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37889296/

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