-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError: Failed resolution of: Lcom/google/android/exoplayer2/ExoPlayerFactory; #11
Comments
Same problem. this is the full error message: |
Hello I am facing the same issue and not able to find the solution, as it's only stop working in android app, as iOS is working fine with the same implementation Any work round for this ? |
facing the same issue too! |
my workaround is copy the whole logic and use something other than media_info to determine the video length |
Here is code.
var streamImage = await ExportVideoFrame.exportImagesFromFile(
tempVideo, Duration(seconds: 1), 0);
The text was updated successfully, but these errors were encountered: