Skip to main content

All Questions

1 vote
0 answers
118 views

React Native - Android "Could not find com.facebook.react:react-native:0.76.7"

I am upgrading a React Native project to RN 0.76.7. However, I keep this error when I run ./gradlew build: "Could not find com.facebook.react:react-native:0.76.7". The full text of the error ...
fordat's user avatar
  • 658
0 votes
0 answers
52 views

React native not starting

I have done everything to start my react native project. When I run npx react-native start, I get this error Could not move temporary workspace (C:\react_native_apps\testApp\recipieApp\recipieMain\...
El1Harolds's user avatar
0 votes
1 answer
744 views

Unable to find gradle-8.6-all.zip in React Native

I'm developing a mobile application using React Native, and when I run the react-native run-android command, I encounter the following error: error Failed to install the app. Command failed with exit ...
Ömer Selim Durman's user avatar
1 vote
0 answers
161 views

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. React-Native 0.72.8

I can build on ios platform succesfully. But i need to try build in android but i cant always i got the thesee errors. How can i resolve theese bugs? Error = FAILURE: Build failed with an exception. *...
profundusman's user avatar
-1 votes
1 answer
762 views

Unrecognized VM option 'MaxPermSize=512m'

I have a react-native app with this line of code in my gradle.properties file org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 and when i try to ...
julcodecode's user avatar
1 vote
0 answers
804 views

How I run my react-native project(Failed to install the app. Make sure you have the Android development environment set up:

I trying to run my react-native anroid project. I use android 12 (S). And sdk verison 31.0.0. But i cant run my project. My error : PS C:\Users\omer2\OneDrive\Masaüstü\BosBirProje> npm run android ...
profundusman's user avatar
0 votes
1 answer
1k views

Can't build apk in react native

I have a task to build apk applications with react native, I watched this video to understand how to do it and took the same code https://www.youtube.com/watch?v=5tgcogEoIiQ&t=590s https://github....
Silverwing's user avatar
1 vote
0 answers
399 views

couldn't find DSO to load: libhermes-executor-debug.so after upgrading from React-Native 0.65.0 to 0.70.4 on Android

After upgrading React Native project from 0.65.0 to 0.70.4 I end up in a problem with crashing app on start. The error appears in both debug and release build but in release build error cause app to ...
uuzelac's user avatar
  • 156
0 votes
2 answers
1k views

Expo apk not loading

I built an expo app and in the development it works fine (I'm using expo run:android to run the app), but when I generated the apk and installed it's doesn't work. The app never load, just show the ...
anti-duhring's user avatar
0 votes
1 answer
79 views

App Didn't Build - And i Don't started to code yet

I'm Igor. I am Studying ReactNative at the moment, and trying to make a simple app - it is a calculator that shows the result in an alert box and on a second page - as part of my studies. But, when ...
odfigor's user avatar