views:

15

answers:

1

I'm a noob... but no matter where I look in the res directory there is only main.xml and I am supposed to have res/anim/mainanim.xml and I don't.

My code is here: http://stackoverflow.com/questions/3290290/please-help-me-with-frame-animaions-android-question

Thanks to Cameron.

I also keep getting in the java document, "id and anim cannot be resolved or is not a field" error. Can you guys help me?

+1  A: 

Mia, to create the folder, go to where you saved the project on your computer and create the folder yourself and refresh Eclipse. Or in Eclipse, right click on the "res" folder, say new -> folder and name it "anim".

Cameron
Oh my gosh thank you! You guys are sooo great! :)
Mia