I can´t deploy my project in my cell phone anymore. I don´t know if it is because I have updated Gradle or update my cell phone system or both.
The error message is
This problem appeared to me when I upgraded Android Studio and then Gradle.
To solve the problem I returned the version of Gradle:
// Top-level build file where you can add configuration options common to all sub-projects / modules.
Buildscript {
Repositories {
Jcenter ()
}
Dependencies {
classpath 'com.android.tools.build:gradle:2.x.x'
...
}
}