[FIXED] Android "Couldn't load file:"

I’m assuming some of you tried out Android development. This is probably the most active forum, I could post this on.

I’m using Eclipse with the android plug-in, and I got libgdx running beautifully on there. I even connected my phone, and everything was smooth.
Until now, where I want to include a picture.
Now, on my desktop-build, I have the sprite here “res/ball.png”.
On the android side, I have the sprite here: “assets/res/ball.png”.

However, it does not work on the android side. It throws the exception “couldn’t load file…”.
How does this work, now? Where, and how do I access my resources on the android side?

I fixed it. I was using a FileHandle, instead of

Gdx.files.internal("pathhere");

to load my resources.

Not to take away traffic from here, but the most active forums on Android/libgdx are at http://www.badlogicgames.com/forum as linked to from the Googe Code page and the main site.