-
Notifications
You must be signed in to change notification settings - Fork 107
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
react-native android build error #78
Comments
I have the same issue, it was working fine a few days ago. |
same issue ! |
Same here, whats wrong? |
Same Issue |
i think this is due to Jcenter server, they had an issue this morning |
Same Issue |
Anyone know how long this problem will last? |
Same Issue |
it works fine for me now |
Same issue |
1 similar comment
Same issue |
Encountering this again as well, is this still due to jcenter? Edit / mine is different:
|
Likely related to this: facebook/react-native#35210 |
+1 |
Please update library version to 1.6.3, its working fine for me. |
sorry but it doesn't work for us, we are using 1.6.3 version @hardikbhingradiya |
I'm having the same problem, does anyone have any news? |
I'm using React Native def REACT_NATIVE_VERSION = new File(['node', '--print',"JSON.parse(require('fs').readFileSync(require.resolve('react-native/package.json'), 'utf-8')).version"].execute(null, rootDir).text.trim())
allprojects {
configurations.all {
resolutionStrategy {
force "com.facebook.react:react-native:" + REACT_NATIVE_VERSION
}
}
// ...
} |
We are upgrading our RN version from 0.69.7 to 0.71.7. Everything seemed fine in iOS. In Android, however, react-native-create-thumbnail gave us errors. We got the following error: `Build file ‘/XXXXXX/node_modules/react-native-create-thumbnail/android/build.gradle’ line: 115
We then tried to apply the recommended fixes above including:
allprojects { We still get this type of error: `A problem occurred configuring project ‘:react-native-create-thumbnail’.
Any suggestions would be helpful. |
@bumpingChris this was resolved for the latest versions of RN. Could it be that your |
closing due to inactivity |
minSdkVersion = 21 still getting the same issue |
@kavinder123 did you fix it?What react native version are you using? |
Describe the bug
While compile the app getting error * Where:
Build file '...../node_modules/react-native-create-thumbnail/android/build.gradle' line: 114
A problem occurred configuring project ':react-native-create-thumbnail'.
To Reproduce
Steps to reproduce the behavior:
Run the app for android with latest react native configuration
Version
"react": "18.2.0",
"react-native": "0.70.3",
"react-native-create-thumbnail": "^1.6.3"
Expected Results
App should be compile and run on device
The text was updated successfully, but these errors were encountered: