简体   繁体   English

升级到 cordova-android 11:插件 cordova-plugin-video-editor 将不再工作

[英]Upgrade to cordova-android 11: Plugin cordova-plugin-video-editor will not work anymore

I just updating my ionic project to Cordova Android 11 (because of android-targetSdkVersion which must be > 30 this fall).我只是将我的 ionic 项目更新为 Cordova Android 11(因为今年秋天 android-targetSdkVersion 必须> 30)。

Seems that good old plugin cordova-plugin-video-editor will not work anymore when building the project:似乎在构建项目时,好的旧插件 cordova-plugin-video-editor 将不再工作:

import net.ypresto.androidtranscoder.MediaTranscoder;
                                    ^
/Users/olivierschmid/AppDev/b2c-customer-app/platforms/android/app/src/main/java/org/apache/cordova/videoeditor/CustomAndroidFormatStrategy.java:6: error: package net.ypresto.androidtranscoder.format does not exist
import net.ypresto.androidtranscoder.format.MediaFormatStrategy;
                                           ^
/Users/olivierschmid/AppDev/b2c-customer-app/platforms/android/app/src/main/java/org/apache/cordova/videoeditor/CustomAndroidFormatStrategy.java:7: error: package net.ypresto.androidtranscoder.format does not exist
import net.ypresto.androidtranscoder.format.OutputFormatUnavailableException;
                                           ^
/Users/olivierschmid/AppDev/b2c-customer-app/platforms/android/app/src/main/java/org/apache/cordova/videoeditor/CustomAndroidFormatStrategy.java:14: error: cannot find symbol
public class CustomAndroidFormatStrategy implements MediaFormatStrategy {

Does someone have a tipp what alternative I can try (for compressing videos)?有人知道我可以尝试什么替代方案(用于压缩视频)吗? There seem not to be many options?似乎没有很多选择?

Thanks!谢谢! Oli奥利

Have you already tried adding "cordova-plugin-androidx-adapter"?您是否已经尝试添加“cordova-plugin-androidx-adapter”?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM