i was building this project in windows 10 (was working perfectly), until i formated and installed UBUNTU 16.04
now when i try to build to imported project, it give me this error:
Error:No trusted certificate found
i read here about changing the httpS to http at the gradle.wrapper.properties but the result was the same
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
if i try do to a clean
Error:A problem occurred configuring root project 'app'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not download javassist.jar (org.javassist:javassist:3.20.0-GA)
> Could not get resource 'https://jcenter.bintray.com/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar'.
> Could not GET 'https://jcenter.bintray.com/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar'.
> sun.security.validator.ValidatorException: No trusted certificate found