gpt4 book ai didi

android - react-native 中的导入 com.android.build.OutputFile 错误

转载 作者:行者123 更新时间:2023-12-04 16:03:57 24 4
gpt4 key购买 nike

首先我运行一个新项目

react-native init AwesomeProject --version 0.58.6

(0.59.1 有一个错误,但我用它测试了这个问题)

react-native run-android我可以运行它。

在我同步它的android studio中,我收到一个错误:

应用程序/build.gradle :
import com.android.build.OutputFile

Error: Cannot resolve symbol 'build'



我使用这些版本:
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27
supportLibVersion = "28.0.0"
}
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

最佳答案

我认为在 android studio 中你只能导入 android 部分。

转到:文件->打开->选择项目->选择名称为android的文件夹。

Link given here

它对我有用。

关于android - react-native 中的导入 com.android.build.OutputFile 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55320008/

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