I recently updated gradle-wrapper.properties
file to use gradle-2.4.
Here is my new updated gradle-wrapper.properties
file:
#Sun Dec 21 21:28:27 GMT+05:30 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
After this update I ran the clean command so that it used 2.4 and 2.2.1 (the older version).
Now, if I use ./gradlew assembleDebug
command in Android studio, it throws the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ActiveAndroid:compileDebugTestAidl'.
> Executor Singleton not started
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
But if I run the same command on command line, it works.
Any idea what could be wrong?
I just ran into this problem. What I did to solve it
I am pretty certain some of the above steps are not needed, but I did them just for the good measure.
Also I see really no gain by using 2.4. They promissed 20-40% faster builds... in your dreams, it didn't change anything for me :/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With