not uploading error

hi
i got this error

An error occurred while uploading the sketch
Invalid library found in C:\Users\Rowan\Documents\Arduino\libraries\IRremote: no headers files (.h) found in C:\Users\Rowan\Documents\Arduino\libraries\IRremote
Invalid library found in C:\Users\Rowan\Documents\Arduino\libraries\IRremote: no headers files (.h) found in C:\Users\Rowan\Documents\Arduino\libraries\IRremote[

is it a coding error?
how do i fix it?

Did you navigate the path of the error to see if the file is not there?

You could try see if you can use library manager to see if the IRremote library is installed?

Hi,
Welcome to the forum.

Please read the post at the start of any forum , entitled "How to use this Forum".
OR
http://forum.arduino.cc/index.php/topic,148850.0.html.
Then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.

What model Arduino are you using?

Thanks.. Tom... :slight_smile:

Your duplicate post has been deleted

Cross-posting is against the rules of the forum. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend 15 minutes (or more) writing a detailed answer on this topic, without knowing that someone else already did the same in the other topic.

Repeated cross-posting will result in a suspension from the forum.

In the future, please take some time to pick the forum board that best suits the topic of your question and then only post once to that forum board. This is basic forum etiquette, as explained in the sticky "How to use this forum - please read." post you will find at the top of every forum board. It contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

That's not an error. It's just a warning. You can ignore it if you like. The invalid library does no harm.

The warning is kind of annoying though, so if you like you can get rid of it by deleting C:\Users\Rowan\Documents\Arduino\libraries\IRremote. Please be very careful when deleting things from your computer. When in doubt, back up!

If you actually are having trouble uploading, it has absolutely nothing to do with the "Invalid library found" warning. We'd need you to post the actual error related to the upload in order to be able to help with that.