I'm completely new to Android programming and there's this thing bugging me already. I get the R cannot be resolved error in a freshly created project! Because it's freshly created, I didn't edit it at all, so I'm sure it has no errors and it should just be a hello world program.
I checked and there's no
import android.R;
there and I have no idea what else could be causing this. Because of this error I can't even attempt practice in making layouts...