I do have a \res\layout\main.xml file.
Yet, this:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
…gives me the err msg, “R cannot be resolved to a variable”
in my Activity.java file.
What am I missing?
Alright, I see there is nothing in the project’s Gen folder. What would cause it to not get populated?
Here are the steps which helps me to resolve this problem.
These steps resolve the problem with my work.