Error:Execution failed for task ':app:compileDebugAidl'. > Executor Singleton not started

在使用leancloud的时候发生了下面的错误:

Error:Execution failed for task ':app:compileDebugAidl'. > Executor Singleton not started

然后按照网上的将buildversiontools的版本降低,还是不行,试过了好几次了,

http://stackoverflow.com/questions/30632125/executor-singleton-not-started-after-upgrading-android-studio

上面给了自己启示。


我也是使用最新的gradle-2.4,但是出现了问题。

(1)stackoverflow上面的做法就是将androidstudio换成比较新的,就可以了。

(2)而我是将gradle版本降低到gradle-2.2.1运行就可以了。

你可能感兴趣的:(Error:Execution failed for task ':app:compileDebugAidl'. > Executor Singleton not started)