I am really new to android programming. I have been using Android Studio 1.2.1.1 for the last couple of weeks and made very simple apps(basically learning). And today I open any project it always shows
cannot resolve symbol 'ActionBarActivity'
I have tried the other solutions offered in other answers here. I did almost all of them. I imported Google Play Services, Google Support Repository, Invalidated caches and restarted.But nothing seems to help. And as expected I am unable to run the app.
Thanks in advance.
ActionBarActivity
is deprecated i.e dead. You should instead useAppCompatActivity
. See below links for detailshttps://plus.google.com/+AndroidDevelopers/posts/LNyDnnBYJ8r
ActionBarActivity is deprecated