我尝试了this solution on StackOverflow,但是没有用。
我正在使用Ubuntu 18.04 LTS,Android-Studio-3,Java-1.8, Gradle-3.4.1。
Github-repo link 我的项目。
我正在构建React-Native App,在npm run eject
之后,我无法运行npm run android
。
我能够在退出应用前运行project
但是运行npm run android
时发生错误,
(base) gd@gd10:~/Desktop/react-native/demo_app$ npm run android
> @ android /home/gd/Desktop/react-native/demo_app
> react-native run-android
Scanning folders for symlinks in /home/gd/Desktop/react-native/demo_app/node_modules (9ms)
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
Download https://jcenter.bintray.com/de/undercouch/gradle-download-task/3.1.2/gradle-do
wnload-task-3.1.2.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-
4.4.4.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.4.
4/httpcomponents-core-4.4.4.pom
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'goods_seller'.
> Could not resolve all files for configuration ':classpath'.
> Could not find com.android.tools.build:gradle:3.4.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.jar
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.pom
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.jar
Required by:
project :
> Could not find com.android.tools.build:gradle:3.4.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.jar
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.pom
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.jar
Required by:
project :
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 31s
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
尽管我已经使用sudo apt-get install gradle
安装了gradle,但是它无法构建gradle,也找不到gradle。
在运行带有标志--stactrace
的情况下,输出相同,
gradle -v
的输出是
(base) gd@gd10:~/Desktop/react-native/demo_app$ gradle -v
------------------------------------------------------------
Gradle 3.4.1
------------------------------------------------------------
Build time: 2012-12-21 00:00:00 UTC
Revision: none
Groovy: 2.4.15
Ant: Apache Ant(TM) version 1.10.3 compiled on July 19 2018
JVM: 1.8.0_201 (Oracle Corporation 25.201-b09)
OS: Linux 4.15.0-45-generic amd64
(base) gd@gd10:~/Desktop/react-native/demo_app$
demo_app/android/build.gradle
文件是
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 24
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'de.undercouch:gradle-download-task:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
google()
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.4'
// gradleVersion = '4.10.3'
distributionUrl = distributionUrl.replace("bin", "all")
}
编辑1:
在cod-e-rection回答之后,
我将代码更改为
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
}
然后运行npm run android
之后,
它给出了错误,
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
> Minimum supported Gradle version is 4.10.1. Current version is 4.4. If using the gradle wrapper, try editing the distributionUrl in /home/gd/Desktop/react-native/demo_app/android/gradle/wrapper/gradle-wrapper.properties to gradle-4.10.1-all.zip
答案 0 :(得分:2)
通过将版本代码Could not find com.android.tools.build:gradle:3.4.1.
更改为3.4.1
,似乎可以解决您的3.3.2
问题。
存在另一个问题,因为在3.3.2
gradle版本中,您必须使用最低gradle分发版本4.10.1
。要解决此打开的gradle-wrapper.properties
文件,并使用此行来
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
将先前的内容替换为任何内容。
答案 1 :(得分:1)
最新的Android gradle版本是:
=IFERROR(IF(AND(VLOOKUP(I1;$D$11:$D$15;1;0)=MONTH($P$19);$H3=YEAR($P$19));$AB$2*VLOOKUP(I1;$D$11:$D$15;1;0);0);0)
您可以在下面的link中找到文档
。因此,您必须将其从constructor(props) {
this.updateI=this.updateI.bind(this)
super(props)
this.state = {
i:0
}
}
updateI(i){
this.setState({i})
}
render() {
return (
<View >
<Child updateI={this.updateI}/>
</View>
)
}
更改为:this.props.updateI(5);
,它将得到修复。
答案 2 :(得分:0)
首先,在UserDefaults.standard.set(try PropertyListEncoder().encode(result), forKey: "user")
中将android/gradle/wrapper/gradle-wrapper.properties
更改为:
distributionUrl
然后,在distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
中将gradle类路径更改为此:
android/build.gradle