Being new to Android developent I followed the simplest of tutorials, built a new android project, accepting all default settings (built it for kitkat). To my dismay I have
The accepted answer worked for me but only after I'd installed the latest Java JDK (which was a solution to the problem detailed here Android - "Parsing Data for android-21 failed")
Strange fix but this worked for me ( My minimum SDK for my project is 10 - can't use 14)
This solved it for me.
I solved it by downloading the file manually somewhere on the internet (be careful) and putting it into the needed \appcompat_v7\bin\
folder before creating a new Android project. After that, also my R.java
file was generated successfully.
Honestly, no other way seemed to fix it. Could not obtain the file via the SDK manager.