I am trying to run the AnimationsDemo from the android developers website:
http://developer.android.com/training/animation/zoom.html
But I can't manage to compile it. I keep getting an error with the R.java file as it is not being generated. Hence, in all the Activity classes I get an error saying "R cannot be resolved into a variable).
I also have errors in the manifest file saying:
"error: No resource identifier found for attribute 'parentActivityName' in package 'android'"
It seems like it cannot find the any of the activity classes found in R.Layout. I did NOT import the "android.R" file so I know that's not the issue. I haven't really touched the code, so I can't figure out why it's complaining.