gpt4 book ai didi

android - react native (安卓)AAPT : error: resource android:attr/dialogCornerRadius not found

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:43:28 24 4
gpt4 key购买 nike

运行react-native run-android后

我明白了

JS server already running.
Building and installing the app on the device (cd android && gradlew.bat
installDebug)...
C:\Users\Dd\.gradle\caches\transforms-1\files-1.1\appcompat-v7-
28.0.0.aar\5f8d067ae17f4050cbc3c86889ab0be8\res\values-v28\values-
v28.xml:9:5-12:13: AAPT: error: resource android:attr/dialogCornerRadius not
found.

c:\react\diagnoseme\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v28\values-v28.xml:11: AAPT: 错误: 资源
android:attr/dialogCornerRadius 未找到。

C:\Users\Dd\.gradle\caches\transforms-1\files-1.1\appcompat-v7-28.0.0.aar\5f8d067ae17f4050cbc3c86889ab0be8\res\values\values.xml:1304:5-69: AAPT: error: resource android:attr/fontVariationSettings not found.

C:\Users\Dd\.gradle\caches\transforms-1\files-1.1\appcompat-v7-28.0.0.aar\5f8d067ae17f4050cbc3c86889ab0be8\res\values\values.xml:1304:5-69: AAPT: error: resource android:attr/ttcIndex not found.

error: failed linking references.

FAILURE: Build failed with an exception.

* What went wrong:

任务“:app:processDebugResources”执行失败。 无法处理资源,有关详细信息,请参阅上面的 aapt 输出。

* Try:

使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。使用 --scan 运行以获得完整的见解。

* Get more help at https://help.gradle.org

构建在 22 秒内失败61 项可操作任务:1 项已执行,60 项最新无法在设备上安装应用程序,请阅读上面的错误以了解详细信息。确保您正在运行 Android 模拟器或已连接设备,并且设置你的安卓开发环境: https://facebook.github.io/react-native/docs/getting-started.html

Command failed: gradlew.bat installDebug

Error: Command failed: gradlew.bat installDebug
at checkExecSyncError (child_process.js:616:11)
at Object.execFileSync (child_process.js:634:13)
at runOnAllDevices (C:\react\diagnoseme\node_modules\react-native\local-cli\runAndroid\runAndroid.js:299:19)
at buildAndRun (C:\react\diagnoseme\node_modules\react-native\local-cli\runAndroid\runAndroid.js:135:12)
at isPackagerRunning.then.result (C:\react\diagnoseme\node_modules\react-native\local-cli\runAndroid\runAndroid.js:65:12)
at process._tickCallback (internal/process/next_tick.js:68:7)

最佳答案

这是因为您使用的是 appcompat-v7-28.0.0 和不匹配的编译 SDK 版本(很可能是 27)。降级库以匹配您的 SDK 或升级您的 SDK 以匹配您的库。

关于android - react native (安卓)AAPT : error: resource android:attr/dialogCornerRadius not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54792902/

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