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?