I need to play .avi .mov and .wmv files in my android application. I'm doing tests in eclipse emulator but I can not play these files, so I have not managed to integrate the library into my project. I have done the following steps:
- Create a project in Eclipse with package VitamioBundle-4.2.1 library.
- Add the aggregate in the previous step to my Android project library, by: Properties / Android / Library / Add ...
- Add 'InitActivity' class to AndroidManifest.xml
I have also created a new project to test the example that comes with the library, called 'VitamioListActivity' but do not get to play files of these formats.
Please appreciate someone show me the steps to play these files on a android application. Thank you very much.