ActionBarActivity is deprecated [duplicate]
问题 This question already has answers here : Why was ActionBarActivity deprecated (3 answers) Closed 3 years ago . Actually there is no problem. Project compiles and runs. But I can't understand what is mean strikeout class name (Android Studio tells that there is deprecated code is used) . Can anybody explain? 回答1: Since the version 22.1.0 , the class ActionBarActivity is deprecated. You should use AppCompatActivity . Read here and here for more information. 回答2: According to this video of