-
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
Could not get unknow property 'mergeResourcesProvider' when I run my app on android #24022
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write `[skip envinfo]` alongside an explanation in your Environment: section.
|
I am also facing the same issue |
I just re-did the whole project, fortunately, I was just beginning to code the app. |
|
Same problem from RN upgrade(Android)
|
I faced with the same problem and this workaround works for me. |
Please check out the workaround. |
after editing it this happened to me Build file 'D:\projects\feb\android\app\build.gradle' line: 1
|
For me this issue was resolved just after I run my project from Android studio |
the same problem when updating to v0.59.1, I could solve it by updating gradle and the compilation version to 28. in /android/build.gradle buildscript { allprojects { in /android/gradle/wrapper/gradle-wrapper.properties distributionUrl=https://services.gradle.org/distributions/gradle-4.10.2-all.zip |
I am getting this error when I run the app on Android
Where:
Script 'C:\reactnative\auth\node_modules\react-native\react.gradle' line: 95
What went wrong:
A problem occurred configuring project ':app'.
##Environment
System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
Memory: 6.96 GB / 15.91 GB
Binaries:
Yarn: 1.13.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.3.0.0 AI-182.5107.16.33.5314842
The text was updated successfully, but these errors were encountered: