Skip to content
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

Richeditor not working on API 16 #102

Open
ak0arjun opened this issue Mar 4, 2017 · 0 comments
Open

Richeditor not working on API 16 #102

ak0arjun opened this issue Mar 4, 2017 · 0 comments

Comments

@ak0arjun
Copy link

ak0arjun commented Mar 4, 2017

Hi,

I tried running the sample on an android phone(API 16). The app crashes with error:
Caused by: android.view.InflateException: Binary XML file line #266: Error inflating class jp.wasabeef.richeditor.RichEditor

Caused by: java.lang.StackOverflowError
at android.view.ViewGroup.setPadding(ViewGroup.java:2646)
at jp.wasabeef.richeditor.RichEditor.setPadding(RichEditor.java:206)
at jp.wasabeef.richeditor.RichEditor.setPaddingRelative(RichEditor.java:213)
at android.view.View.setPadding(View.java:14489)
at android.view.ViewGroup.setPadding(ViewGroup.java:2646)

The same app works ok on higher API(API 19+) version.
What is the minimum api requirement for the editor?
Is there any way to support it for API 15 and above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant