-
Notifications
You must be signed in to change notification settings - Fork 722
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
No static field abc_text_select_handle_middle_mtrl_dark of type I in class Lcom/folioreader/R$drawable #501
Comments
you can comment that line as its no use |
Also i have same error. Please solved it and update. |
change androidx.appcompat:appcompat:1.3.0 back to 'androidx.appcompat:appcompat:1.2.0' it actually worked for me |
Thank you @jabahum-coder. It works. |
Same issue, can anyone help me? |
Fix this issue by removing paytm package. |
remove other payment gateway packages, if used any. |
I already removed but still getting issue |
Show full error log here. |
|
Only that error is throwing |
I find the issue, its happen due to memory issue, Thanks for your help @bhoominn |
@bhoominn How i manage cashfree payment and epubviewer both in app, because when i use cashfree payment then again epubviewer crash? |
Share full log here. |
I/opening ( 8294): In open function |
Hi, I'm trying to disable screenshot inside epubviewer, but bad luck, Can somebody help me out please? |
Have you figured out your previous error's solution which you posted earlier? |
I'm getting this error too, is there a solution? |
Still facing the same issue. Haven't got any solution yet.
Can you tell me in case you find one?
…On Mon, May 9, 2022, 3:26 PM Taha Yilmaz ***@***.***> wrote:
I'm getting this error too, is there a solution?
—
Reply to this email directly, view it on GitHub
<#501 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQGMJHHDB3TLXHUL4UWN6LVJDONJANCNFSM47DDU3SQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, sure.
|
Hey @kartik-techtonic, I think i found the problem. Application crashes when release build. If the app is in release mode (not debug mode) crashes. I don't know how to solve this but I tried the solutions in the package, it doesn't work. |
First time my app runs it downloads the epub file and then it opens the
Folioreader but does not show epub content and then after 3-4seconds app
just returns to homepage. And then after tapping on the ebook again it just
crashes.
…On Mon, May 9, 2022, 6:10 PM Taha Yilmaz ***@***.***> wrote:
Hey @kartik-techtonic <https://github.com/kartik-techtonic>,
I think i found the problem. Application crashes when release build. If
the app is in release mode (not debug mode) crashes. I don't know how to
solve this but I tried the solutions in the package, it doesn't work.
—
Reply to this email directly, view it on GitHub
<#501 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYQGMJFYMNRXRTZPZ7EAOGLVJEBTXANCNFSM47DDU3SQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Here is the solution in the package; But it doesn't work.. |
My Project uses androidx.appcompat:appcompat:1.3.0 lib.
When I read an epub file, app will crash. In my opinion, it happens because the lib 1.3.0 lacks abc_text_select_handle_middle_mtrl_dark drawables. App runs on Android API 22.
java.lang.NoSuchFieldError: No static field abc_text_select_handle_middle_mtrl_dark of type I in class Lcom/folioreader/R$drawable; or its superclasses (declaration of 'com.folioreader.R$drawable' appears in /data/app/com.minapp.documentreader-1/base.apk:classes2.dex)
at com.folioreader.ui.view.FolioWebView.initViewTextSelection(FolioWebView.kt:253)
at com.folioreader.ui.view.FolioWebView.init(FolioWebView.kt:245)
at com.folioreader.ui.view.FolioWebView.setFolioActivityCallback(FolioWebView.kt:373)
at com.folioreader.ui.fragment.FolioPageFragment.initWebView(FolioPageFragment.kt:361)
at com.folioreader.ui.fragment.FolioPageFragment.onCreateView(FolioPageFragment.kt:174)
The text was updated successfully, but these errors were encountered: