ActionBarActivity is deprecated [duplicate]
Solution 1:
Since the version 22.1.0, the class ActionBarActivity
is deprecated. You should use AppCompatActivity
.
Read here and here for more information.
Solution 2:
According to this video of Android Developers you should only make two changes