Could anyone help me out with the following error. When i clean the project, it doesn\'t show any error but every time i try to run i get this message.
Error:Execut
I had the same error
app:dexDebug ExecException finished with non-zero exit value 2
i solve it by adding this line of code
defaultConfig { multiDexEnabled true }
The reason is that i was using too many libraries
Hope this post will help anyone