mmurdoch / arduinounit

ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394 stars 51 forks source link

WARNING: Category '' in library ArduinoUnit is not valid. Setting to 'Uncategorized' #48

Closed gokhandeveloper closed 8 years ago

gokhandeveloper commented 8 years ago

Getting this error in my arduino IDE 1.6.8. Anyone knows what it might be?

wmacevoy commented 8 years ago

I think the library.properties file was in the wrong folder (it should have been in the src folder). Copy the src/library.properties file to your library/ArduinoUnit folder and it should go away.

kostrunx commented 6 years ago

There is no line "category=???" in your's "library.properties" file, that is in every subfolder of the "libraries" folder. Just find the appropriate subfolder ("ArduinoUnit" in your case), and add the missing line. Be sure to replace the ??? with the corect category. For more info take a look at: https://github.com/arduino/arduino/wiki/arduino-ide-1.5:-library-specification