For ask
For ask

Reputation: 41

How to import Vitamio libs to android app

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).

Upvotes: 1

Views: 1016

Answers (1)

Qadir Hussain
Qadir Hussain

Reputation: 8856

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

Upvotes: 1

Related Questions