Java Question Unknown type : Are you missing a library reference ?

somed3v3loper

Well-Known Member
Licensed User
Longtime User
I am trying to wrap this project https://github.com/andyb129/ChompProgressView
Library compiles OK , its name appears in libraries tab and in IDE autocomplete popup but I always get Unknown type :chompprogressview Are you missing a library reference ?

Why would this happen ?

Thanks in advance
 

Attachments

  • ChompProgressImageView.zip
    15 KB · Views: 460

DonManfred

Expert
Licensed User
Longtime User
maybe because of the trailing space after the ChompProgressView in the xml definition? Check the shortname annotation in your project.
 
Top