I previously had this issue but after this issue was resolved a new issue started coming up.
The imports are showing error Cannot resolve the symbol x
.
For ex All the below are showing error.
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.view.WindowManager;
import android.widget.LinearLayout;
I have tested this on two project and for both the projects it is showing error. Any help would be grateful.