我试图将appcompat-v7从23.4.0更新到26.1.0,但出现很多错误。找不到诸如findViewById(),onCreate(),setContentView(),startActivity()之类的方法。即使“这个”也无法识别。错误的一些示例是
error: cannot find symbol variable this
error: cannot find symbol method startActivity(Intent)
error: cannot find symbol method setContentView(int)
我注意到,在此更新中,ActionBarActivity不再可用。但是它在以前的应用程序版本中使用。
对于解决这些错误的任何帮助,我们深表感谢。