Package doesn't exist error in intelliJ

后端 未结 25 1257
心在旅途
心在旅途 2020-11-28 20:07

I\'m trying to use the barbecue barcode printing library. I have successfully added the library to IntelliJ through project structure add library. Then I imported the packa

25条回答
  •  执笔经年
    2020-11-28 20:50

    Just reimport didn't work. Following worked for me.

    File -> Invalidate Caches /Restart

    Then

    Build -> Rebuild Project

    That will reimport maven project.

提交回复
热议问题