Is it possible to import a single footprint from Eagle into Kicad?
The only Eagle import functionality I could find is in the Kicad Main/Project application. The options are to import an Eagle schematic or an Eagle board.
However both options crash Kicad (I will submit a bug report) and I wonder if there is a separate footprint importer.
You can add the library that contains the footprint to the fp-lib-table (open the library manager in the footprint editors preference menu. Use the browse button to select the lib file on the file system.)
After that you can open the lib in the footprint editor and save the footprint in question to any other lib of your choice.
what is your kicad version? do you get any error message when adding the lib? can you share the lib? (might be a bug in the kicad eagle importer) Is your eagle file in the xml format or the old binary format? Only xml format is supported. (open the file with a text editor. If you can read something in it then it should be in xml format)
you should be able to drag and drop files into the answer field. (or use the upload button in the top toolbar)
However: version 5.0.1 has problems with eagle import so i guess this might be the reason for you. (This is announced in bold font on the download page of 5.0.1)
The information “only xml eagle” is very important !
I first tried my eagle V5 files and libraries and was very disappointed.
Saving my old PCBs in a newer eagle and then (!) importing them to KiCad worked like a charm (at least with KiCad 5.0)