Android error (Activity class does not exist)

the compiler says that my Activity class does not exist when its clearly in  the tree
i followed the tutorial to the tee but i have this build error
I have attached a screen shot to illustrate the problem
also notice the class it says doesn't exist isn't even marked in red as a syntax error
help me out here!!!
there are three screen shots here you just cant see two but if you click the screen you can see all three
also I attached them so you can see all three screen shots if you have trouble with the missing screen shots
Untitled.png
Untitled1.pngUntitled2.png

Message was edited by: Jason Thomas



Attachment(s):
Untitled.png
Untitled2.png
Untitled1.png
0
Avatar
Permanently deleted user

your class is not com.example.MYACTIVITY
but
com.example.MyActivity

cheers
/marijan

0
Avatar
Permanently deleted user

that is on Untitled1.png

0
Avatar
Permanently deleted user

thank you
also is it possible to create my own user interface in adobe (Photoshop, Fireworks or flash) and then use it inside the android platform
what I mean is can I make a GUI with buttons(withsound) and textfields and make them operational inside android platform?

0

请先登录再写评论。