Package doesn't exist error in intelliJ

后端 未结 25 1273
心在旅途
心在旅途 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 21:07

    If you are trying the suggested ways and still no chance, be sure about your order:

    1. Delete your .idea/
    2. Invalidate and Restart Cache afterwards
    3. Import maven projects from your maven tool

    If you did not invalidate and restart cache just after deleting your .idea/, Intellij keeps generating it and that was keeping error in my case.

提交回复
热议问题