Fix error build gradle android studio
Fix error build gradle android studio in ubuntu
Compiling error with Android Studio, fix build gradle long time in ubuntu.
Error:Execution failed for task ':app:mergeDebugResources'.
In ubuntu 14.04[64 bits] & 16.04[64 bits] you can solved this problem and also this problem with genymotion
Open terminal :
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
Fix Success !!
Post a Comment