I\'ve got an error:
R cannot be resolved to a variable
in line:
setContentView(R.layout.main);
but I can\'t r
I've had a similar problem. Tried everything and gen folder remained empty. It had to be with the SDK version 22. I hadn't installed the "Android SDK build-tools". I just had to install it with SDK Manager and restart Eclipse. As a member pointed on another post, the answer is better explained in this link: https://stackoverflow.com/a/16643060/1691231
Delete your R.java fie and let it generate again...possibly this will help...i had same issue multiple times