...Specify a programmer using the -c option and try again
For Arduino it, the programmer switch must be "-c arduino"-c arduino. FullThe full arguments for avrdudeavrdude, in the Atmel Studio 7 External Tools window, are:
-c arduino -p m328p -P COM3 -b 57600 -D -V -U flash:w:"$(TargetDir)$(TargetName).hex":a
-c arduino -p m328p -P COM3 -b 57600 -D -V -U flash:w:"$(TargetDir)$(TargetName).hex":a
See avrdude options.