Why ActionBarActivity in eclipse Show this way In the picture!!!

Does this mean there is an error?
It means that ActionBarActivity is deprecated. You should use AppCompatActivity instead.
Note: If you hover your mouse over the warning icon to the left of the line number, Eclipse should display a warning message with options on what you can do.