Today I got update for android studio 2.0 in stable version.
I update it and it restarted.
Then when It opens my existing project, it ask me to update my gra
You can try to add this to your app build.gradle file
android { aaptOptions { cruncherEnabled = false } }