gpt4 book ai didi

android - REACT NATIVE 无法在额外属性扩展上获取属性 'compileSdkVersion',因为它不存在

转载 作者:太空狗 更新时间:2023-10-29 16:10:49 26 4
gpt4 key购买 nike

我在 React Native 中遇到这个错误。这question说放

ext {
compileSdkVersion = 26

在“顶级文件”中。 React Native 中的“顶级文件”是什么?

module/build.gradle 已经有了

安卓{
compileSdkVersion rootProject.ext.compileSdkVersion...

最佳答案

React Native android 有两个build.gradle 文件

// android/build.gradle
ext {
buildToolsVersion = "26.0.3"
minSdkVersion = 16
compileSdkVersion = 26
targetSdkVersion = 26
supportLibVersion = "26.1.0"
}

//android/app/build.gradle
android {
compileSdkVersion rootProject.ext.compileSdkVersion
}

关于android - REACT NATIVE 无法在额外属性扩展上获取属性 'compileSdkVersion',因为它不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51618289/

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