my assets folder doesnt let anything else to be placed..

im very new to this… so dont be hard on me :confused:
i created a new background image for a game i like to make, but whenever i compile the code it removes everything from the assets folder and leaves only the default ones (HelloWorld.png, CloseNormal.png etc…).
i tried to move in the file i needed to use and made the forlder Read-only, which didnt work either.
and finally i tried to call the background image from another folder on my pc, which gave the error on logcat: Get data from file(“….”) failed!

please help… im stuck at this :frowning:

ok i found the solution… i needed to put the files into the Resources folder outside android.proj, nvm.