在做的Android项目中,项目好像不能识别import的东西比如:
     final TextView pushingStateText = findViewById(R.id.pushing_state);
会提示: Incompatible types
                Required: android.widget.TextView
                Found: android.view.View
但是我确实是import android.widget.TextView了,有人知道怎么回事吗