Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After gradle update to 2.10, can't run app

I'm running on Android Studio 2.1.1 and was recently asked to update the gradle plugin to 2.10 (form 2.2.1) to have the ability of instant runs, which needles to say I did. Right after that only one particular project can't build and I've tried everything that's available on the subject as question on stackoverflow.

Here are my settings

  1. project build.gradle:

    enter image description here

  2. gradle/gradle-wrapper.properties:

    enter image description here

After I try to run I get the following:

enter image description here

via terminal

gradle clean --stacktrace

enter image description here

The last thing is pretty strange since I've set the version to 2.10 enter image description here

enter image description here

Any ideas?

like image 864
ViksaaSkool Avatar asked Nov 08 '22 14:11

ViksaaSkool


1 Answers

I did my search too on this.Some said to delete the file manually but it gave me a new file everytime i did that.Try reimporting your project and rebuilding it.

like image 123
yash sachdeva Avatar answered Nov 14 '22 21:11

yash sachdeva