question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AppCenter build failing for realm project

See original GitHub issue

Goals

AppCenter build with realm js

Expected Results

build pass

Actual Results

  • What went wrong:
A problem occurred configuring project ':realm'.
> Could not resolve all files for configuration ':realm:classpath'.
   > Could not find com.android.tools.build:gradle:2.3.3.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom
         https://jcenter.bintray.com/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.jar
     Required by:
         project :realm

Steps to Reproduce

Code Sample

Version of Realm and Tooling

  • Realm JS SDK Version: realm@2.21.0
  • Node or React Native: RN
  • Client OS & Version: ?
  • Which debugger for React Native: ?/None

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ivanpagaccommented, Dec 11, 2018

as a temporary solution in android build.gradle subprojects {project -> if (project.name.contains('realm')) { buildscript { repositories { google() jcenter() maven { url = "https://dl.bintray.com/android/android-tools/" } } } } }

0reactions
realm-probot[bot]commented, Aug 16, 2019

Hey - looks like you forgot to add a T:* label - could you please add one?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed Builds - Visual Studio App Center - Microsoft Learn
There are various reasons why your build could have failed that might be unique to your project. Usually an efficient way to diagnose...
Read more >
My Build Failed, What do I do? | App Center Help Center
Suggestions: Try running a build with Distribute turned off. Building in release mode locally and see if the issue still occurs.
Read more >
Can't build to simulator on Apple Silicon
Using Xcode 12.2, the specific error is "building for iOS Simulator, but linking in object file built for iOS, file '.
Read more >
[Solved]-AppCenter build fails with no such module
Coding example for the question AppCenter build fails with no such module. ... build the workspace in orde to get Cocoapods to work,...
Read more >
[JENKINS-66999] Cannot upload build to AppCenter
Hi, we had configured a publish step to the app center in our pipeline, and everything was fine until several days ago it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found