After gradle upgrade to 2.10, the application cannot start.

I work on Android Studio 2.1.1 and recently asked to update the gradle plugin to version 2.10 (form 2.2.1) in order to be able to instantly launch the needles that I said. Right after that, only one specific project can not build, and I tried everything that is available on this topic as a question about stackoverflow.

Here are my settings

  • project build.gradle:

    enter image description here

  • gradle / gradle-wrapper.properties:

    enter image description here

After starting, I get the following:

enter image description here

through terminal

gradle clean --stacktrace

enter image description here

The latter is rather strange since I installed the version in 2.10 enter image description here

enter image description here

Any ideas?

+5
source share
1 answer

I also did a search on this. Some said that you need to delete the file manually, but every time I did this, he gave me a new file. Try renaming your project and rebuilding it.

+1
source

All Articles