I have an android project which developed in eclipse which using google play services Now I have migrated that project in android studio. When i run this project it shows an error
Error:(49, 35) java: package com.google.android.gms.maps does not exist
In sdk Google Play services was missing then i installed Google Play services Google Repository
But same error occurring
I referred some questions on stackoverflow like Import Google Play Services library in Android Studio
they are saying you dont need to import any library project just configure your build.gradle file
But as the project imported from eclipse to android studio i cant see build.gradle file here