HMS-Core / hms-video-editor-demo

HUAWEI Video Editor Kit provides full video editing functions like video import/export, editing and rendering. This sample code is used to describe how to integrate the Video Editor Kit SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

底部弹框显示不正常

bobo19870225 opened this issue · comments

当我依赖 implementation 'androidx.appcompat:appcompat:1.3.0'时,所有编辑视频的底部弹框全部变黑色。

commented

目前依赖版本不能高于1.2.0,可参考文档

以下依赖出现同样问题,这些都是谷歌官方主流框架,希望下个版本支持这些库
implementation "com.google.dagger:hilt-android:2.37"
改为
implementation "com.google.dagger:hilt-android:2.28-alpha"
正常

commented

近期video-editor会以api接口的形式开放,届时用户可以自定义界面,现在限制还比较多