I just installed Android Studio on Ubuntu this morning and I've got a problem with gradle.
It mentions that
Error:Execution failed for task ':app:prepareComAndroidSupportAnimatedVectorDrawable2420Library'.
> Could not expand ZIP '/home/beetlikeyg087/Android/Sdk/extras/android/m2repository/com/android/support/animated-vector-drawable/24.2.0/animated-vector-drawable-24.2.0.aar'.
I keep googling it to find similar problem, but those couldn't solve my problem.
These are the details about my Android Studio
Gradle version is 2.14.1
Android gradle plugin version is 2.1.3
buildToolsVersion "24.0.1"
appcompat version is com.android.support:appcompat-v7:24.2.0
Java JDK version is 1.8
And I already installed all packages that seem necessary.
Also already checked that animated-vector-drawable-24.2.0.aar file is in the folder.
So, as far as until now I have no idea how to fix this problem.
PS. I also have Android Studio in Windows OS, and it just works fine.