AppCenter build failing for realm project
See original GitHub issueGoals
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:
- Created 5 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top 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 >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
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/" } } } } }
Hey - looks like you forgot to add a T:* label - could you please add one?