Reputation: 125
I am having a problem with importing Intent and View in android studio. Everything was working fine and all of sudden this error popped up!
here is how i am importing both Intent
and View
in the MainActivity.java
Class
import android.content.Intent;
import android.view.View;
here is a picture of the error i am getting
i am having the same errors in other activities also,other than MainActivity.java
Upvotes: 3
Views: 8502
Reputation: 11481
Try the following
Upvotes: 2