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.
Apache License 2.0
85 stars 27 forks source link

底部弹框显示不正常 #3

Open bobo19870225 opened 2 years ago

bobo19870225 commented 2 years ago

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

Mike-mei commented 2 years ago

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

bobo19870225 commented 2 years ago

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

Mike-mei commented 2 years ago

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