I\'ve got an error:
R cannot be resolved to a variable
in line:
setContentView(R.layout.main);
but I can\'t r
Nothing mentioned above worked for me. However, I fixed it myself.
If you've any other files except activity_main.xml / main.xml inside app_name/res/layout remove it and try clean and build.
The unwanted files or (rather used later) files inside app_name/res/layout would be *.out.xml. Remove the same.