I\'ve got an error:
R cannot be resolved to a variable
in line:
setContentView(R.layout.main);
but I can\'t r
What you really need to do it just install "build-tools" from sdk manager, and r.java will be generated automatically in gen folder :)