Gradle sync failed: A problem occurred configuring project ':app'. Consult IDE log for more details.
Hence I'm very new to the Android Studio just tried to setup for the first time. Even I tried all the methods which mentioned for the gradle sync failed unfortunately nothing works. Please help to find the issue.
Classpath:
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.2'
// NOTE: Do not place your application dependencies here; they >belong // in the individual module build.gradle files
} }
Wrapper Properties :
Wed May 24 08:00:32 IST 2017
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip
Error while Re-Building :
Error:A problem occurred configuring project ':app'.
> java.lang.NullPointerException (no error message)
Thanks in advance
Update : Added Logs