Questions tagged [gradle-3.0]
8 questions
22
votes
3 answers
Error: style attribute '@android:attr/windowExitAnimation' not found
I recently upgraded to the gradle-3.0.0-alpha8 after which some styles are not resolved at compile time.
Develop envirment:
IDE: Android studio 3.0 Bate3
Gradle build tools : 'com.android.tools.build:gradle:3.0.0-beta3'
Gradle…

Yu Zhang
- 1,202
- 1
- 11
- 16
11
votes
7 answers
React Native FAILURE: Build failed with an exception. Could not resolve ':classpath'. Could not find com.android.tools.build:gradle:3.0.1
When I make the command "react-native run-android" then it happened:
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'AsomeProject'.
Could not resolve all files for configuration…

MD Habibur rahman
- 115
- 1
- 1
- 7
5
votes
3 answers
Android Instant App : Feature module : The module cannot be android library
I started converting my app to support instant feature, following the Google IO tutorial. I got the build running correctly. I've disabled aapt2 and enableNewResourceProcessing as i was running into build errors. The module builds without errors…

BruceWayne
- 491
- 1
- 4
- 12
3
votes
3 answers
How to publish modules which are actually changed in gradle instead of all(not changed) to setup CI?
I am setting up the CI model for one project.This project is almost having 500 modules approx.We just update the workspace everytime through our CI tool and build modules which is actually changed.We are using gradle to build all modules my…

unknown
- 1,815
- 3
- 26
- 51
3
votes
1 answer
Why does Jenkins hang when I try to build with the gradle-release plugin?
I set up the release plugin on my Grails project and successfully ran it on my localhost.
When I try to set up the same build in Jenkins, the build hangs indefinitely. The last thing in the output before it hangs is the checkCommitNeeded…

RMorrisey
- 7,637
- 9
- 53
- 71
1
vote
1 answer
Force configuration in the dependency in gradle android application
I need to force the configuration in the gradle in my android application and my gradle verision is 3.0.1. the below is the old way of doing it and i need the equivalent of Gradle 3.0.
releaseCompile project(path: ':androidLibrary', configuration:…

Prabhakaran
- 1,264
- 2
- 20
- 47
1
vote
0 answers
Gradle 3.0 No resource found from other module in project
I have upgraded Android Gradle plugin to 3.0. I have multiple modules in my project. So for different buildTypes (say, release) in module, I have also added releaseImplementation project(':otherModule') in main App module gradle.
In some layout xml…

Akshay Mahajan
- 2,064
- 1
- 17
- 20
0
votes
1 answer
After upgrading to gradle 3.0.0-alpha5 libraries are not resolved at compile time
I recently upgraded to the new gradle 3.0.0-alpha5 after which some libraries are not resolved at compile time. However, all works fine at runtime, but when I try to include the missing libraries, I get runtime error.
this works at runtime but…

patrickfdsouza
- 747
- 6
- 17