You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using android studio 3.4 and build sdk 28
when my project run i get the errors
cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.melnykov.fab.FloatingActionButton not found
so after adding to gradle implementation 'com.melnykov:floatingactionbutton:1.3.0' and re build (...deprecated) but still failed
cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for io.saeid.supportanimator.listener.SupportAnimatorListener not found
how do i fix it?
The text was updated successfully, but these errors were encountered:
hi
i'm using android studio 3.4 and build sdk 28
when my project run i get the errors
cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.melnykov.fab.FloatingActionButton not found
so after adding to gradle implementation 'com.melnykov:floatingactionbutton:1.3.0' and re build (...deprecated) but still failed
cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for io.saeid.supportanimator.listener.SupportAnimatorListener not found
how do i fix it?
The text was updated successfully, but these errors were encountered: