-
Notifications
You must be signed in to change notification settings - Fork 264
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
Stuck on the trimming video dialog in Samsung phone. #56
Comments
Can you collect some related logs? There may be an error during the trimming process. |
Thank for this great project. I am running this example app in my Android 10 (k20 pro)
|
您好,这个权限问题,解决了吗?有什么好方法吗? |
@zxb123456 i solved this issue by use SDK 28, this error comes in SDK 29, so its temporary solution. |
您好,方便留个微信或者qq吗?这个降低到28编译总是报android:requestLegacyExternalStorage 这个找不到
…------------------ 原始邮件 ------------------
发件人: "iknow4/Android-Video-Trimmer" <[email protected]>;
发送时间: 2020年7月22日(星期三) 晚上8:13
收件人: "iknow4/Android-Video-Trimmer"<[email protected]>;
抄送: "摩天轮£爱"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [iknow4/Android-Video-Trimmer] Stuck on the trimming video dialog in Samsung phone. (#56)
@zxb123456 i solved this issue by use SDK 28, this error comes in SDK 29, so its temporary solution.
Just change compileSdkVersion 29 to compileSdkVersion 28
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes just remove |
我这边已经将targetSdkVersion 28 and compileSdkVersion =28 进行设置了。但是还是报错
…------------------ 原始邮件 ------------------
发件人: "iknow4/Android-Video-Trimmer" <[email protected]>;
发送时间: 2020年7月22日(星期三) 晚上8:21
收件人: "iknow4/Android-Video-Trimmer"<[email protected]>;
抄送: "摩天轮£爱"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [iknow4/Android-Video-Trimmer] Stuck on the trimming video dialog in Samsung phone. (#56)
Yes just remove android:requestLegacyExternalStorage and run.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
WeChat or QQ ban in india😜 and remove this android:requestLegacyExternalStorage |
** I am also facing similar Issue** below log with no err This just happen Infinitely some time it gives 0 as the current position |
me too, I also have the same situation on some devices. Plz help me fix it if we use compileSdkVersion > 28! |
any update on this |
Thank you for the great project . I am facing a issue. The app remains stuck in the trimming video dialog after i click finish , i am testing it on a samsung galaxy s7 phone. Any suggestions on how to solve the problem?
The text was updated successfully, but these errors were encountered: