Android build failing - Maven 502 error
See original GitHub issueHi,
My RN project is failing to build as its getting a 502 error when trying to pull this package down from maven. Error message below:
* What went wrong:
2021-08-30T09:24:08.5302075Z Execution failed for task ':app:lintVitalStagingRelease'.
2021-08-30T09:24:08.5306268Z > Could not resolve all artifacts for configuration ':react-native-intercom:debugUnitTestRuntimeClasspath'.
2021-08-30T09:24:08.5309608Z > Could not resolve com.facebook.react:react-native:+.
2021-08-30T09:24:08.5311722Z Required by:
2021-08-30T09:24:08.5313849Z project :react-native-intercom
2021-08-30T09:24:08.5316565Z > Failed to list versions for com.facebook.react:react-native.
2021-08-30T09:24:08.5320920Z > Unable to load Maven meta-data from https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml.
2021-08-30T09:24:08.5325722Z > Could not get resource 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'.
2021-08-30T09:24:08.5330968Z > Could not GET 'https://dl.bintray.com/intercom/intercom-maven/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Android Studio: Gradle sync failed: Could not HEAD ...
Android Studio: Gradle sync failed: Could not HEAD '...'. Received status code 502 from server: Bad Gateway [closed] · try this stackoverflow.com ...
Read more >Received status code 502 from server: Bad Gateway ... - GitHub
`FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. > Could ...
Read more >Unable to load Maven meta-data from. Received status code ...
In this video you will the solution for given below error. · Could not GET ' · Received status code 502 from server:...
Read more >Received status code 502 from server: Bad Gateway in React ...
I have found the solution follow below steps: kill terminal; open project in Android Studio (Android folder location). Click on sync in logcat...
Read more >Gradle build after JCenter shutdown - Microsoft Learn
If you use JCenter and Bintray resources in your AppCenter Android builds and your builds fail on Gradle Task failure (could not get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m running into the same problems!
@walterholohan How did you solve this issue?