switchbutton icon indicating copy to clipboard operation
switchbutton copied to clipboard

About component unavailability

Open Zengyf-CVer opened this issue 4 years ago • 0 comments

@iielse

Hello,I added this dependency:

  • build.gradle(:app)
implementation 'com.github.iielse:switchbutton:1.0.4'

I added this component to the xml, and then reported an error: ksnip_20210806-132547

The error message is as follows:

Class referenced in the layout file, com.github.iielse.switchbutton.SwitchView, was not found in the project or the libraries
Cannot resolve class com.github.iielse.switchbutton.SwitchView 

I don't know where is the problem? My JDK version is 11.0.11

Zengyf-CVer avatar Aug 06 '21 05:08 Zengyf-CVer