I\'m new to Android Studio and while creating a new project it stuck at resolving dependencies :app:_debugCompile.
I waited for sometime and even tried
Try looking at Gradle debug output. (My guess is IDE is not able to get to jcenter repository). Here is what you can try.
How does your module "build.gradle" look like? you might want to add "mavenCentral()" under repositories block. (assuming you have dependencies that are found there)