-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error resolving plugin [id: 'com.facebook.react.settings'] #46133
Comments
Could you remove this folder:
and try again? |
Same error here FAILURE: Build failed with an exception.
* Where:
Settings file 'path\android\settings.gradle' line: 2
* What went wrong:
Error resolving plugin [id: 'com.facebook.react.settings']
> java.io.UncheckedIOException: Could not move temporary workspace (path\android\.gradle\8.8\dependencies-accessors\569c8b261a8a714d7731d5f568e0e5c05babae10-d437262d-9486-4a7e-a868-29b809f9924f) to immutable location (path\android\.gradle\8.8\dependencies-accessors\569c8b261a8a714d7731d5f568e0e5c05babae10) |
No Luck, sir @cortinico . The issue still persists. I create another app, and I've to do the same. And that's one tedious process. |
I have the same problem. |
.I'm using it on my actual real device. May be you could also try that on actual device. @Ricardo-Veiga-Lemes |
I solve this problem with npm run android |
@Ricardo-Veiga-Lemes I'm using my real device. Are you using it too ? Also, why don't you delete the project and start a new completely new form the command As I can see, your react-native project uses 0.75.1, but mine uses 0.75.2, the latest one I guess. And if nothing works, try creating an app with expo. |
Roll back versions: 0.75.2 to 0.75.1 @react-native/gradle-plugin *Don't run npm/yarn fix, it updates without permission and becomes incompatible |
don't work for me I go down until 0.73.6 |
Thanks, it worked for me. I just changed the entries in the package.json file. |
Closign as this duplicates #46210 Let's keep the conversation only in one issue as it's impossible for us to help you otherwise |
Description
This is the full error. The command I've used to create the project is npx @react-native-community/cli init TodoApp2 --directory ./native-cli-todo-app-2. The projects is created successfully. After I run npm run start and hit a, for android, build fails showing the above error. Another project which uses 0.74.3 is working just fine. Creating new project automatically uses 0.75.2 version which is fine, but it shows the error while building because of which development server doesn't start.
Steps to reproduce
npx @react-native-community/cli init ProjectName --directory ../ProjectDirectory
npm run start
and Metro asks where to run, since i want to run it on android, I hita
React Native Version
0.75.2
Affected Platforms
Runtime - Android, Build - Windows
Output of
npx react-native info
The text was updated successfully, but these errors were encountered: