It's a common error "
The import android.support.v7 cannot be resolved" on
import android.support.v7.app.ActionBarActivity; and "
ActionBarActivity cannot be resolved to a type" on
extends ActionBarActivity. It may be various reason to cause it. One of the reason is the auto-generated project
appcompat_v7 closed.
Please check the video: