Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

gradlew change jcenter() URL for React Native build

I trying to build a React Native application for android but in my enterprise, external repositories are blocked (external network not allowed). So we use an internal maven repository to get ...
Aure77's user avatar
  • 3,142
1 vote
1 answer
99 views

Bintray upload failing, unable to find class R

I have made an android library by following this. Everything worked perfectly fine and I was able to upload my library to jcenter, also my library internally uses one java jar as dependecy. Now I ...
Sunny's user avatar
  • 2,114
0 votes
1 answer
543 views

Could not find tools.jar while gradlew install

I am about to deploy library to JCenter. but getting this error while running gradlew install Error: What went wrong: Execution failed for task ':lib-my-lib:compileReleaseJavaWithJavac'. ...
AskQ's user avatar
  • 4,263
3 votes
1 answer
205 views

Jenkins: From Gradle 2.2.2.pom com.android.tools.build:gradle:2.2.2

I am setting up Jenkins for my Android projects automated build. Since VM has Internet disabled, I downloaded gradle.2.2.2.pom from: https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/...
Ritu Raj's user avatar
  • 543