1

Gradle say that he can't build correctly because of an unknown error, But i haven't changed anything on particular, so why is this happenning ?

I have already saw answer that say that you have to change your gradle.build file versions as this one, to install 32 bit dependecys, or to ./gradlew clean build

What i've done ?

Answer is below.

Community
  • 1
  • 1
Sami Boudoukha
  • 539
  • 10
  • 25

1 Answers1

0

The answer is very simple but if you don't consider it, you'll be searching eternally for nothing.

In fact, sometime this error happen when you change file names and extension.

Well let's say that I had a file called "test.jpg", to do different test, I replaced it by a "test.png".

This cause gradle going crazy because you changed the file's extension but the name didn't.

I didn't found any topic talking about this kind of error so I post this here, hope this can help someone.

Sami Boudoukha
  • 539
  • 10
  • 25