如何导入Vitamio库到Android应用程序

问题描述:

我写一个视频播放器,并使用 https://www.vitamio.org 。我读了文档,但我不给我如何导入库到我的应用程序。我尝试下载的例子,它不能运行。我想问一下: 1.如何将其导入到我的应用程序。 2.我可以安装我的应用程序,而不Vitamio库,后来安装(如果用户想要的)。

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

下载vitamio为的Andorid从这里

Download vitamio for andorid from here

不要忘记拷贝LIB项目工作空间中的目录,进口在Eclipse和

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

希望这有助于