I recently updated the gradle-wrapper.properties file to use gradle -2.4.
Here is my new updated gradle-wrapper.properties file:
After this update, I ran a clean command to use versions 2.4 and 2.2.1 (an older version).
Now, if I use the ./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
But if I run the same command on the command line, it works.
Any idea what could be wrong?
mudit source share