-
Notifications
You must be signed in to change notification settings - Fork 24
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
Problem configuring project with gradle:2.3 #15
Comments
arsimr16
referenced
this issue
in grokkerinc/react-native-immersive
Dec 10, 2018
* jcenter can't find gradle so I added maven to the repositories section * gradle:2.3 does not seem to be available, but 3.1.4 works
Same problem |
Closed
Created pull request for it #18 |
@arsimr16 thanks for reporting this, and @rogerkerse @TechWithYou thanks for the pull request. After some digging, the problem starts with:
check:
The |
This was referenced Dec 12, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to build my Android app, I'm getting the following error:
It seems like jcenter can't find any versions of gradle. When I add maven, gradle is found, but not the correct version.
Changing the gradle version in the classpath to 3.1.4 fixed this issue for me. Did anyone else have this problem?
The text was updated successfully, but these errors were encountered: