gpt4 book ai didi

java - React-Native ':app:compileDebugJavaWithJavac' 错误 (Android Studio)

转载 作者:行者123 更新时间:2023-11-30 00:13:18 27 4
gpt4 key购买 nike

最近一头扎进了 React-Native 的世界,但立即遇到了障碍。从 Udemy 买了一门名为 The Complete React Native and Redux Course 的类(class),但在尝试编译我的第一个应用程序时遇到了困难。

我已经尝试了很多不同的解决方案并经历了各种不同的错误,所以它到了我必须发表我的第一个 stackoverflow 帖子的地步。将在下面发布一堆我当前的设置以及我收到的错误。

Error

我的配置

Java SDK/JRE's I have installed

JAVA_HOME = C:\Program Files\Java\jdk1.8.0_151

ANDROID_HOME = C:\Users\Danny\AppData\Local\Android\sdk

PATH = C:\Users\Danny\AppData\Roaming\cabal\bin;C:\Users\Danny\AppData\Roaming\npm;

React Native 属性

React-Native Version

Android Studio 属性

Project Structure

SDK/JDK Location

Installed SDK Tools

Installed SDK's

gradle-wrapper.properties

#Mon Dec 11 21:41:46 EST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-rc-2-
all.zip

build.gradle(模块:应用程序)

android {
compileSdkVersion 23
buildToolsVersion '25.0.1'

defaultConfig {
applicationId "com.albums"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}

build.gradle(项目:相册)

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenLocal()
jcenter()
}

在我使用的类(class)中,讲师说要使用 NEXUS 5 API 23,以防有帮助。 Gradle 在 Android Studio 中构建没有错误。

感谢所有的帮助

最佳答案

已解决。

删除我的项目,用 react-native init ProjectName 重新创建它,运行 AVD,通过终端编译项目。我认为我在旧配置中更改了太多配置,需要重新创建它。

关于java - React-Native ':app:compileDebugJavaWithJavac' 错误 (Android Studio),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47783268/

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