-
Notifications
You must be signed in to change notification settings - Fork 797
Exception when executing FFmpegKit.execute() #357
Comments
Added the dependency for the exception: implementation 'com.arthenica:smart-exception-java:0.1.1' and now getting: 2022-02-23 16:52:45.355 28246-28246/com.atakmap.app.civ E/ACRA: ACRA caught a Error for com.atakmap.app.civ |
This issue is still outstanding. |
See #215 |
This is relevant: https://github.com/tanersener/ffmpeg-kit/wiki/Smart-Exception-Dependency |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thank you, I have been reporting errors after compiling locally, and I finally found a solution! |
Description
Receive a class not found exception when executing FFmpegKit.execute("ffmpeg -version")
Expected behavior
For the command to complete.
Current behavior
2022-02-23 14:54:27.865 12828-12828/com.atakmap.app.civ E/ACRA: ACRA caught a NoClassDefFoundError for com.atakmap.app.civ
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/arthenica/smartexception/java/Exceptions;
at com.arthenica.ffmpegkit.FFmpegKitConfig.(FFmpegKitConfig.java:134)
at com.arthenica.ffmpegkit.FFmpegKitConfig.parseArguments(FFmpegKitConfig.java:1299)
at com.arthenica.ffmpegkit.FFmpegKit.execute(FFmpegKit.java:167)
To Reproduce
Executing this:
FFmpegSession session = FFmpegKit.execute("ffmpeg");
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Post logs here or paste them to Ghostbin and insert the link here.
Environment
Platform:
Android
Architecture:
ARM
Version:
11
Source branch:
main
,development
Xcode version:
???
Cocoapods version:
???
Android Studio version:
Android Studio Bumblebee | 2021.1.1 Patch 1 Build #AI-211.7628.21.2111.8139111, built on February 1, 2022 Runtime version: 11.0.11+9-b60-7590822 amd64 VM: OpenJDK 64-Bit Server VM by Oracle Corporation Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 8 Registry: external.system.auto.import.disabled=true Non-Bundled Plugins: org.jetbrains.kotlin (211-1.6.10-release-923-AS7442.40)
Android NDK version:
23.1.7779620
flutter doctor:
react-native info:
Other
This occurs on a Samsung Galaxy Tab A7 Lite tablet runing ATAK.
The text was updated successfully, but these errors were encountered: