I am developing an app in Android Studio version 1.2.1.1. In which I use minsdk 15 and I what to use GoogleMap but When i am adding compile 'com.google.android.gms:play-services:7.3.0' or compile 'com.android.support:appcompat-v7:22.1.1' in build.gradle. Then ActionBarActivity shows an error android.support.v7.app.actionbaractivity is deprecated.
I searched and found some suggestions to use AppCompatActivity instead of ActionBarActivity but it does not allow me to debug the application can anyone help me out in to resolve the error?
Thanks in advance