1

I writing an video player and using https://www.vitamio.org. I read the docs but I don't give me how to import libs to my app. I try to download example and it can't run. I want to ask: 1. How to import it to my app. 2. I can install my app without Vitamio libs and install later(if user want).

For ask
  • 41
  • 5
  • Have you checked out the Demo app? It will be better than any answer I'd say. Also, you didn't mention which IDE you're using. – Sufian May 12 '15 at 05:29
  • possible duplicate of [Integration of Vitamio in Android App](http://stackoverflow.com/questions/23606812/integration-of-vitamio-in-android-app) – Sufian May 12 '15 at 05:31

1 Answers1

1

Download vitamio for andorid from here

Don't forget to copy lib project in your workspace directory, Import in eclipse and

then add library to your project, Right Click on your Project -> Properties and then add like this

One thing more I want to tell you may be you can't test the app on emulator of Intel, Try to test you app on device.

Also there is a demo projects with the library, you can check out them also

Hope this helps

Community
  • 1
  • 1
Qadir Hussain
  • 8,721
  • 13
  • 89
  • 124