Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Execution failed for task ':app:packageDebug'

I am using Android Studio 2.1.1 and many times at Gradle building it gives me below message.

Can anybody help me with it! I think there some memory issue in Android Studio.

 Error:Execution failed for task ':app:packageDebug'.
> value (119282) > 0x0000ffff

And after restart, it works perfect. It's strange because in previous version 1.5.0 this issue has never occur to me.

like image 837
Neo Avatar asked May 29 '16 15:05

Neo


1 Answers

It's a bug in latest android Studio Build, For Windows, Kill "OpenJDK Plateform Binary" Task from task Manager and It'll disappear for some next Build. Currently, There is no permanaent solution of this issue.

like image 118
AmniX Avatar answered Oct 02 '22 15:10

AmniX