Vitamio 导入报错解决方法

Vitamio

2018/2/1 11:26:29


地址

https://www.vitamio.org/

Github地址

https://github.com/yixia/VitamioBundleStudio

使用

导入项目的vitamio-sample

  • 导入sample

  • 报错

  • 在gradle.properties中添加

    VERSION_NAME=4.2.0-SNAPSHOT
    GROUP=io.vov.vitamio
    ANDROID_BUILD_MIN_SDK_VERSION=11
    ANDROID_BUILD_TARGET_SDK_VERSION=27
    ANDROID_BUILD_TOOLS_VERSION=27.0.3
    ANDROID_BUILD_SDK_VERSION=25
  • 重新刷新就没有问题了

使用

  • 布局

    <io.vov.vitamio.widget.VideoView
        android:id="@+id/videoView"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
    
  • 代码

    Vitamio.isInitialized(getApplicationContext());
    setContentView(R.layout.activity_main);
    //控件
    videoView = findViewById(R.id.videoView);
    //设置地址
    videoView.setVideoURI(Uri.parse("http://liveal.quanmin.tv/live/1188817952.flv"));
    MediaController controller = new MediaController(this);
    videoView.setMediaController(controller);
    videoView.start();
    

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值