เมื่อติดตั้ง'react-native init AwesomeProject'ฉันได้รับข้อผิดพลาดนี้เมื่อเรียกใช้react-native run-android
:
Could not determine java version from '11.0.1'.
Google ด่วนแนะนำว่าฉันต้องอัปเดตdistributionUrl
ใน Gradle-wrapper หลังจากทำสิ่งนี้แล้วฉันพบกับข้อผิดพลาดใหม่:
Cannot add task 'wrapper' as a task with that name already exists.
แนะนำว่าปัญหาอยู่ในไฟล์:
/AwesomeProject/android/build.gradle' line: 36
ซึ่งมีลักษณะเช่นนี้
task wrapper(type: Wrapper) {
gradleVersion = '4.4'
distributionUrl = distributionUrl.replace("bin", "all")
}
ฉันกลับไปกลับมาพยายามคิดว่าสิ่งนี้ทำอย่างไร ดูเหมือนจะแปลกที่มีบางอย่างไม่สามารถใช้งานได้ทันที มีใครประสบปัญหาคล้าย ๆ กันไหม