Open Harisene opened 11 months ago
+1
Got the same issue((( any updates on this?
Try changing the Kotlin version. It could work. Not sure though.
+1
No one has the solution yet?
I could not find a solution. Updating the RN version was a dead end for me. So then I had to create a new RN project
Did that work?
yes
+1
+1
+1
Anyone got the solution?
I'm facing the same issue. I'd love some help
same issue. any fixes?
By adding these two lines in build.gradle fixed the problem for me
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
+1
Hi, i am getting same kind of error in native Android , how to solve it /
I am getting the same error. Does anyone know how to resolve?
+1
+1
I am getting same error after upgrade expo sdk 50
Facing the same issue in expo 47
+1
+1
+1
+1
+1
+1
+1
+1
+1
for me is a problem of syntax in mainActivity.jkt ans mainApplication.jkt
+1
+1
+1
+1
In my case, I forgot to update fabricEnabled
in MainActivity.kt.
Tengo el mismo problema
Where: Build file '/Users/user/Proyectos/pccom/android/build.gradle' line: 32
What went wrong: A problem occurred evaluating root project 'pccom'.
Could not read script '/Users/user/Proyectos/node_modules/@react-native-community/cli-platform-android/native_modules.gradle' as it does not exist.
same issue
This isn't an ideal fix, but after playing around with it for a few hours, I was able to get the issue to go away by uninstalling expo-updates. I installed and uninstalled so many dependencies and went through so many errors, that I have no idea if this is replicable, but where this has been going on for months I figured I'd drop this in so someone who knows what they're doing more can have a clue as to what to do to fix this.
same issue
+1
+1
+1
+1
Any updates? having same issue
Paste more of the stack trace, it will help debug
In our specific case using Expo, the issue was the target sdk version. For expo 50 it needs to be SDK 34 in app.json
"targetSdkVersion": 34
Essentially, if the target is different, the gradle will fail to build. But it can also fail for many other reasons. But I cannot tell about your issue without a more complete stacktrace.
help :)
What happened?
I recently updated the RN version to 0.72.7. When I try to build the Android app I get the error as mentioned below.
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
Here is the error message from the terminal
In what environment did this happen?
React Native Navigation version: 7.37.2 React Native version: 0.72.7 Has Fabric (React Native's new rendering system) enabled: (yes/no) no Node version: 18.11.0 Java version: 11 Kotlin version: 1.8.22 Gradle version: 8.0.1 Device model: Android version: