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

Error with google material design component #17

Open
TarunPal3551 opened this issue Aug 23, 2019 · 2 comments
Open

Error with google material design component #17

TarunPal3551 opened this issue Aug 23, 2019 · 2 comments

Comments

@TarunPal3551
Copy link

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.kiranastore, PID: 11561
java.lang.IncompatibleClassChangeError: Class 'com.ferfalk.simplesearchview.SimpleSearchView$5' does not implement interface 'com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener' in call to 'void com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener.onTabUnselected(com.google.android.material.tabs.TabLayout$Tab)' (declaration of 'java.lang.reflect.ArtMethod' appears in /system/framework/core-libart.jar)
at com.google.android.material.tabs.TabLayout$1.onTabUnselected(TabLayout.java:824)
at com.google.android.material.tabs.TabLayout.dispatchTabUnselected(TabLayout.java:1796)
at com.google.android.material.tabs.TabLayout.selectTab(TabLayout.java:1780)
at com.google.android.material.tabs.TabLayout.selectTab(TabLayout.java:1743)
at com.google.android.material.tabs.TabLayout$Tab.select(TabLayout.java:2135)
at com.google.android.material.tabs.TabLayout$TabView.performClick(TabLayout.java:2323)
at android.view.View$PerformClick.run(View.java:19749)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)

@NLLAPPS
Copy link

NLLAPPS commented Sep 30, 2019

I have this issue to. Has this library abandoned?

@NLLAPPS
Copy link

NLLAPPS commented Oct 1, 2019

I had to import this library as a module and update to androidx as well as version of material components i am using to get around this issues

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

2 participants