As advised by many, I am trying to make the switch from eclipse to Android Studio. Following the advise in https://developer.android.com/sdk/installing/migrate.html I imported the eclipse workspace directly without generating the gradle files from Eclipse. However after importing, none of my projects have a build.gradle file where I can add a classpath and stuff.
Please advise, is there a way to generate the build.gradle file or something?
Thank you.