Merhabalar, Expo projemde Eas build -p android yaptığım zaman;
Running 'gradlew :app:bundleRelease' in /home/expo/workingdir/build/android2Welcome to Gradle 8.6!3Here are the highlights of this release:4- Configurable encryption key for configuration cache5 - Build init improvements6 - Build authoring improvements7For more details see https://docs.gradle.org/8.6/release-notes.html8To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguid...ing_the_daemon in the Gradle documentation.9Daemon will be stopped at the end of the build10Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable11> Task :gradle-plugin:react-native-gradle-plugin:checkKotlinGradlePluginConfigurationErrors1 2> Task :expo-dev-launcher-gradle-plugin:checkKotlinGradlePluginConfigurationErrors1 3> Task :gradle-plugin:react-native-gradle-pluginluginDescriptors14> Task :expo-dev-launcher-gradle-pluginluginDescriptors15> Task :expo-dev-launcher-gradle-pluginrocessResources16> Task :gradle-plugin:react-native-gradle-pluginrocessResources17> Task :expo-dev-launcher-gradle-plugin:compileKotlin18> Task :expo-dev-launcher-gradle-plugin:compileJava19NO-SOURCE20> Task :expo-dev-launcher-gradle-plugin:classes21> Task :expo-dev-launcher-gradle-plugin:jar22> Task :gradle-plugin:react-native-gradle-plugin:compileKotlin23> Task :gradle-plugin:react-native-gradle-plugin:compileJava24NO-SOURCE25> Task :gradle-plugin:react-native-gradle-plugin:classes26> Task :gradle-plugin:react-native-gradle-plugin:jar27FAILURE: Build failed with an exception.28* Where:29Build file '/home/expo/workingdir/build/android/app/build.gradle' line: 17330* What went wrong:31Could not compile build file '/home/expo/workingdir/build/android/app/build.gradle'.32> startup failed:33 build file '/home/expo/workingdir/build/android/app/build.gradle': 173: Unexpected input: ':' @ line 173, column 11.34 apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/native_modules.gradle')"].execute(null, rootDir).text.trim());35 ^36 37 1 error38* Try:39> Run with --stacktrace option to get the stack trace.40> Run with --info or --debug option to get more log output.41> Run with --scan to get full insights.42> Get more help at https://help.gradle.org.43BUILD FAILED in 1m 18s4410 actionable tasks: 10 executed45Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.
Sorunun çözümünü bilen var mı?
Expo Eas build yaptığım zaman gradlew hatası alıyorum
0
●24