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
The latest version of gradle I use, whether it is implementation ("com.wrapp.floatlabelededittext:library:0.0.6") or downloading the Float Labeled Edittext » 0.0.6 aar package from the maven warehouse and then importing it(implementation(files("D:\\AndroidStudioProject\\music\\app\\libs\\library-0.0.6.aar")) ),errors are reported.
Is it no longer supported?
Class referenced in the layout file, `com.wrapp.floatlabelededittext.FloatLabeledEditText`, was not found in the project or the libraries
Cannot resolve class com.wrapp.floatlabelededittext.FloatLabeledEditText
The text was updated successfully, but these errors were encountered:
The latest version of gradle I use, whether it is
implementation ("com.wrapp.floatlabelededittext:library:0.0.6")
or downloading the Float Labeled Edittext » 0.0.6 aar package from the maven warehouse and then importing it(implementation(files("D:\\AndroidStudioProject\\music\\app\\libs\\library-0.0.6.aar"))
),errors are reported.Is it no longer supported?
The text was updated successfully, but these errors were encountered: