I have the following problem, while the self compilation of this class did encounter the following error " could not resolve symbol 'AppCompatActivity' "
import android.support.v7.app.AppCompatActivity;
import android.os.Build;
import android.os.Bundle;
import android.view.ViewGroup;
import java.lang.reflect.Array;
import java.util.ArrayList;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main_activity);
}