Hello,
I made a program for a live backround.
But i'm stuck with one error.
The error contains:
Description Resource Path Location Type
error: Error parsing XML: not well-formed (invalid token) mov003.mp4 /liveWallpaper1/res/layout line 1 Android AAPT Problem
The error indicator is only in the package explorer and not in the code.
Why would there be an invalid token?
The mp4 file i'm using is obviously in the "res" folder.
The path is as follows:
Code:
mediaPlayer.setDataSource("/res/layout/mov003.mp4");
Could it have something to do with the "R" file?
Can anyone please help me?
Thanks a lot!