Skip to main content

All Questions

Tagged with
2 votes
3 answers
4k views

React-Native: ''Please remove usages of `jcenter()` Maven repository from your build scripts...''

I'm build my project after added react-native-image-crop-picker. But i meet this error. Could you please to show me the way to fix this. Thank you very much. //build.gradle buildscript { ext { ...
Chen Triều's user avatar
0 votes
3 answers
888 views

how resolve FolioReader dependency problem

I try to use FolioReader library for use epub files in my project. I add dependencies to my project and build it but I get this errors: FAILURE: Build completed with 7 failures. 1: Task failed with ...
Mohammad hosein Hosseini's user avatar
4 votes
2 answers
5k views

The jCenter & Bintray is Shutting Down. Now What? How to resolve that If third party library used?

The jCenter & Bintray is Shutting Down. So how we can resolve this and what will do if third party libraries are used in project.? Please help me out. Thanks in advance.
Sid Basmunge's user avatar
36 votes
3 answers
34k views

Could not find com.android.tools.build:gradle:4.0.1 ( or any version )

Error : Could not find com.android.tools.build:gradle:4.0.1. Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom https://dl.google....
Sadegh J's user avatar
  • 1,793
0 votes
1 answer
177 views

I added library to maven on bintray but can't download it from gradle ? (Android)

I have this lib CustomTimePicker and added it to bintray and link it to JCenter and try to add it my project like that compile 'com.omarali:customTimePicker:1.0.0' and while trying to sync gradle ...
Sattar's user avatar
  • 2,573
0 votes
1 answer
963 views

android build gradle error (android 3.1.3) ? Connection timed out: connect

my gradle build Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.3/gradle-3.1.3.pom'.166 INTERNAL CALLS 'https://dl.google.com/dl/android/maven2/com/android/tools/build/...
huilo's user avatar
  • 47
0 votes
0 answers
118 views

Google Play Services Ads?

I cant add android studio App Admob to an app. grandle Could not download this 'https://dl.google.com/dl/android/maven2/com/google/gms/google-services/3.1.1/google-services-3.1.1.pom'. Could not ...
huilo's user avatar
  • 47
9 votes
1 answer
4k views

Why does the order of imported repositories in build.gradle make or break the project?

Please explain why the first code gives me syncing errors while the second doesn't. allprojects { repositories { jcenter() google() } } Failed to resolve: play-services-...
Joel Broström's user avatar
0 votes
0 answers
170 views

Error in Gradle Building in android studio 3.1.1

Since I migrated to Android Studio 3.1.1, I encountered this problem during the Bilding : Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.Pom' ...
moein shojaei's user avatar
0 votes
3 answers
1k views

java.lang.RuntimeException: Minimum supported Gradle version is 3.3. Current version is 2.14.1

When i try to upload my model library to jcenter, run gradle install ,here is full prompt message Caused by: java.lang.RuntimeException: Minimum supported Gradle version is 3.3. Current version is 2....
hunjulu's user avatar
0 votes
1 answer
74 views

Publish on GooglePlay using Android Studio 3.0 (Beta Version),Is there any probability or chance to arise Compatibility issue on App

I am always very excited to work on New Platform/New Release Dependencies Gradle/Android Studio. But I am more concern about publishing APK to PlayStore as Statble Mode. We have large number of ...
Proneet Ray's user avatar
3 votes
2 answers
4k views

Where is build:gradle:2.1.0-alpha3?

I have Just installed Android Studio Version 2.1 Preview 3 (AI-143.2682553) When I run my project I get an error, it says: Could not find com.android.tools.build:gradle:2.1.0-alpha3. Searched in the ...
Timothy Kodes's user avatar
2 votes
1 answer
2k views

Gradle never resolves Artifactory before JCenter repository for dependencies

I have a Gradle build script for a Java project. I have set up an internal Artifactory repository as a remote for the project's dependencies. When the project is compiling, I want Gradle to first go ...
AmundsenJunior's user avatar
1 vote
1 answer
11k views

Gradle : Could not publish configuration archives

I am trying to publish my library to jcenter. But when I run gradlew install I get: Error installing artifact https://github.com/vishnus1224/CircularProgressIndicator:library:aar: Error installing ...
vishnus's user avatar
  • 728
2 votes
1 answer
6k views

Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins

I am working on one library project in android. I want to upload my library to the JCenter. I have created bintray account etc & followed all steps which are mentioned here. I did below changes ...
nsingla85's user avatar
  • 845

15 30 50 per page