React native not build – Java importing root project – 70% Evaluate Settings
I’m working on a project in react native, suddenly opening visual studio code I see from the bottom bar that the java project is not built, remaining stuck at the Java importing root project - 70% Evaluate Settings
phase. Obviously if I execute npm run android
, on emulator or device, the app is not built.
I can’t understand at all what the problem could come from, especially because it worked before.
I have the environment configured correctly, with environment variables, SDK etc.. since I was already working there.
Can you tell me what this problem comes from?
React native build error : Command failed with exit code 9009: gradlew.bat app:installDebug -x lint -PreactNativeDevServerPort=8081
I cloned a React Native project and I try to run the command
yarn run android
or adb reverse tcp:8081 tcp:8081 & set NODE_ENV=development & react-native run-android --list-devices --verbose