I follow the launch of the Google task API and I just started playing with it, but I can’t compile the first steps, I have
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
Does anyone have a similar error or does he know how I can fix it? I follow the example at http://code.google.com/intl/es-ES/apis/tasks/v1/using.html#retrieving_task_lists
Thanks in advance
source
share