ActionBarActivity 已弃用

ActionBarActivity is deprecated

其实是没有问题的。项目编译并运行。但我不明白什么是删除线 class 名称(Android Studio 告诉我们使用了已弃用的代码)。有人可以解释吗?

自版本 22.1.0 起,class ActionBarActivity 已弃用。你应该使用 AppCompatActivity.

阅读 here and here 了解更多信息。

android 开发者文档说:"Updated the AppCompatActivity as the base class for activities that use the support library action bar features. This class replaces the deprecated ActionBarActivity."

结帐changes for Android Support Library, revision 22.1.0 (April 2015)

根据 video 的 Android 开发人员,您应该只进行两项更改