I dont know what happen with my ARDUINO LEONARDO

in the program screen appear:
El Sketch usa 4,556 bytes (15%) del espacio de almacenamiento de programa. El máximo es 28,672 bytes.
Las variables Globales usan 150 bytes (5%) de la memoria dinámica, dejando 2,410 bytes para las variables locales. El máximo es 2,560 bytes.
java.io.IOException: Cannot run program "{runtime.tools.avrdude.path}/bin/avrdude": CreateProcess error=2, El sistema no puede encontrar el archivo especificado
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:123)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:175)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.Sketch.upload(Sketch.java:1186)
at processing.app.Sketch.exportApplet(Sketch.java:1160)
at processing.app.Sketch.exportApplet(Sketch.java:1132)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2381)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: CreateProcess error=2, El sistema no puede encontrar el archivo especificado
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 9 more

EdgarMontes:
java.io.IOException: Cannot run program "{runtime.tools.avrdude.path}/bin/avrdude": CreateProcess

The Arduino IDE cant access the program file "avrdude" for some reason. Maybe re-installing Arduino IDE will fix it? Avrdude is used to transfer the program to the arduino board once it has been compiled.

(Esperamos que su Inglés es mejor que mi español)

Like Buzz Lightyear in Toy Story 3, your Arduino Leonardo must have a Spanish mode. :wink:

Press the reset button, and it should be able to connect. Look at the port in the Tools menu of the IDE. It should show a port - be sure it's attached to that port.