views:

52

answers:

1

Hello, I've been going through the Tutorials on http://developer.android.com and mostly everything's been fine, until I got to the HelloGridView tutorial. I entered my code, compiled just fine and ran it, and the emulator launches and then says that the application has to close, but Eclipse doesn't show any errors at all. I can't seem to figure out how the debugger works (it gives me a ton of errors for any project). I skipped ahead to try the HelloFormStuff tutorial and tried to make the Image Button, and the same thing happened. It seems like any time I try to do a tutorial that uses images like the GridView or the Image Button ones, it dies in the emulator, but Eclipse doesn't see anything wrong with it...? Can someone help me out? Is there something I'm missing/overlooking? I did see that the tutorial talks about just the "drawable" folder, but by default I have 3 different "drawable-something" folders. I tried just adding a "drawable" folder for my images, and I tried putting the images into one or all 3 other folders, and nothing seems to work... Thanks!

A: 

Okay, so I went back through and re-coded the whole thing, and now it works. Comparing all the files, they all look the same, so I'm not sure... oh well... thanks anyway!

SeiferTim