Blynk library-simpletimer an others does not appear

hello!! im just starting to use blynk, i already test one of the examples, wich was to controle a led and it worked perfect, but wehn i wanted to send humidity and temperature from my arduino to the blynk app i have a compilation problem. this is what came out when i try to compile:

C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\blynk-library-master\examples\GettingStarted\PushData\PushData.ino:34:25: fatal error: SimpleTimer.h: No such file or directory

#include <SimpleTimer.h>

                     ^

compilation terminated.

Se encontraron múltiples librerías para “BlynkSimpleEthernet.h”
Usado: C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\blynk-library-master
No usado: C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\Blynk
No usado: C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\Blynk
No usado: C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\Blynk
No usado: C:\Users\ange3\OneDrive\Documentos\Arduino\libraries\Blynk
exit status 1
Error compilación en tarjeta Arduino/Genuino Uno.

Have you installed the simple timer library?

yes. i tried, but when i install the simple timer library manualy it doesnt appear in the example menu… the arduino IDE says that they are some invalid libraries…

Using the latest IDE 1.6.10?

im using the IDE 1.6.9

Only thing I can recommend is cleaning up your library folder.
Its reporting two copies of blynk which isnt a good start.

OK!! i will try that.

i tried cleaning up my library but simpletimer library do not appear in the example menu and its still saying: invalid library.

@maxvoltha you need 4 libraries for Blynk and they should be installed manually in the format shown here.

It seems it found 5 BlynkSimpleEthernet.h libraries. Try removing them all and install them again. Should be easier than trying to find the good one