seal
seal

Reputation: 1143

How to add kostaskougios/cloning library to Intelij project ?

I am trying to add this library to my Intelij project. I have downloaded the whole repository as .zip format from the github. I have tried to add the .zip file using ".jar or directories" and "library" option. I have also extracted the .zip file and try to add by the ".jar or directories" option. But in both way it does not works. It says empty library. How to add this library to my intelij project. I am using Intelij Ultimate 14.1.4. Sorry for my bad English. Thank you.

Upvotes: 1

Views: 190

Answers (1)

Zarwan
Zarwan

Reputation: 5767

Put the zip in the libs folder of your project then right click and select "add as library."

This has already been answered here: Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project

Upvotes: 0

Related Questions